e: backport r82312.

SVN revision: 82313
This commit is contained in:
Cedric BAIL 2013-01-07 01:16:20 +00:00
parent 64373bd6fe
commit bef2c4bf30
3 changed files with 8 additions and 3 deletions

View File

@ -1,8 +1,12 @@
2013-01-03 Cedric Bail
2013-01-07 Thomas Petazzoni
* Fix build with uClibc.
2013-01-03 Cedric Bail
* Fix E17 restart after manually monitoring it
2012-12-28 Tomas Cech
2012-12-28 Tomas Cech
* Fix construction of variant list for setxkbmap

1
NEWS
View File

@ -16,3 +16,4 @@ Fixes:
* Fixed error in Evry when trying to call edje functions on non-edje object
* Fix construction of variant list for setxkbmap
* Fix E17 restart after manually monitoring it
* Fix build with uClibc

View File

@ -92,7 +92,7 @@ void *alloca (size_t);
# include <memcheck.h>
# endif
# ifdef __GLIBC__
# ifdef HAVE_EXECINFO_H
# include <execinfo.h>
# endif