e: fix build with uClibc.
authorCedric BAIL <cedric.bail@free.fr>
Mon, 7 Jan 2013 01:14:25 +0000 (01:14 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Mon, 7 Jan 2013 01:14:25 +0000 (01:14 +0000)
Patch by Thomas Petazzoni <thomas.petazzoni@free-electrons.com>.

SVN revision: 82312

ChangeLog
NEWS
src/bin/e.h

index 218a234..60c0908 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
+2013-01-07 Thomas Petazzoni
+
+       * Fix build with uClibc.
+
 2013-01-04 Lucas Jóia
+
         * Added bluez4 module: control bluetoothd daemon
 
 2013-01-03 Lucas Jóia
+
         * Added appmenu module: show application menu in shelf
 
 2013-01-03 José Roberto de Souza
diff --git a/NEWS b/NEWS
index 2a02dd7..cb9db09 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -55,3 +55,4 @@ Fixes:
       windows don't fail to raise as expected if user has configured
       E to ignore activate hints
     * Fix restarting E17 after manually monitoring it.
+    * Fix build with uClibc.
index cf19629..de1c7a9 100644 (file)
@@ -92,7 +92,7 @@ void *alloca (size_t);
 #  include <memcheck.h>
 # endif
 
-# ifdef __GLIBC__
+# ifdef HAVE_EXECINFO_H
 #  include <execinfo.h>
 # endif