* lftp: update from 4.7.5 to 4.7.6
* strace: update from 4.15 to 4.16
* glib: update from 2.50.2 to 2.50.3
* getmail: update from 4.53.0 to 4.54.0
* poppler: update from 0.51.0 to 0.52.0
To function well with character encodings glib needs to discover
langinfo.h from libandroid-support.
Test case:
LC_ALL=C pkg-config --atleast-pkgconfig-version=0.1
should work and not give an error message:
Conversion from character set 'C' to 'UTF-8' is not supported
The Android NDK headers define the RTLD_* values within an enum,
which causes problems with #ifdef checks. Patch these to instead
use #define which is more traditional and what much code expects.