After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 774803 - Remove stdio_ext.h dependency from gettext under Android
Remove stdio_ext.h dependency from gettext under Android
Status: RESOLVED DUPLICATE of bug 788273
Product: GStreamer
Classification: Platform
Component: cerbero
1.9.90
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-11-21 17:19 UTC by Andrew Esh
Modified: 2017-10-19 14:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove stdio_ext.h dependency from gettext on Android (2.43 KB, patch)
2016-11-21 17:19 UTC, Andrew Esh
none Details | Review

Description Andrew Esh 2016-11-21 17:19:06 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.
Comment 1 Andrew Esh 2016-11-21 17:19:55 UTC
Created attachment 340461 [details] [review]
Remove stdio_ext.h dependency from gettext on Android
Comment 2 Sebastian Dröge (slomo) 2017-10-19 14:32:17 UTC
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 ***