GNOME Bugzilla – Bug 774803
Remove stdio_ext.h dependency from gettext under Android
Last modified: 2017-10-19 14:32:17 UTC
When the gettext library is built for Android, it fails unless stdio_ext.h is provided. This file is present in the AOSP source code under bionic, but is not present in the NDK. This patch causes the configuration system to disable the test that turned on the part of the code that requires stdio_ext.h. The resulting gettext builds and runs on Android.
Created attachment 340461 [details] [review] Remove stdio_ext.h dependency from gettext on Android
This looks closely related to https://bugzilla.gnome.org/show_bug.cgi?id=788273 . Let's fix it all in there. *** This bug has been marked as a duplicate of bug 788273 ***