maemo: Define _GNU_SOURCE to make llabs available.

llabs is defined in C99, thus requires e.g. _USE_ISOC99 to be defined.
features.h on Maemo defines _USE_ISOC99 in fewer cases than newer versions
of it do on other platforms.
This commit is contained in:
Tobias Brunner
2011-08-05 14:40:01 +02:00
parent d135a5a5a3
commit c5c10a2409
2 changed files with 14 additions and 0 deletions
@@ -1,2 +1,3 @@
shorter-timeout.patch
configure-logging.patch
llabs-needs-c99.patch