Fredrik Fornwall
b8aef24458
glib: Add libandroid-support explicit dependency
...
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
2016-10-16 15:58:59 -04:00
Fredrik Fornwall
69fd9a5c10
glib: Update from 2.48.2 to 2.50.1
2016-10-15 20:02:32 -04:00
Fredrik Fornwall
8aef3a59c9
glib: Patch timezone handling for Android
2016-09-12 17:57:40 -04:00
Fredrik Fornwall
ed7e023032
glib: Do not throw away lib/glib-2.0/glibconfig.h
...
Include lib/glib-2.0/glibconfig.c in glib-dev instead of removing
it, and let glib-dev depend on pcre-dev (needed for pkg-config to
work).
Fixes #447 .
2016-09-12 06:23:37 -04:00
Fredrik Fornwall
7ce5638519
Cleanup of more packages
2016-09-03 18:45:08 -04:00
Fredrik Fornwall
962aa24a4f
glib: Update from 2.48.1 to 2.48.2
2016-08-31 11:27:39 -04:00
Fredrik Fornwall
6c209430f1
glib: Update from 2.48.0 to 2.48.1
2016-05-12 16:42:11 -04:00
Fredrik Fornwall
172bfbe297
glib: Fix incorrect glib_cv_uscore=yes
...
This prevented dynamic loading of modules from working.
2016-05-05 04:53:36 -04:00
Fredrik Fornwall
6fbbe50fcf
glib: Specify --disable-libelf
2016-05-04 17:54:26 -04:00
Fredrik Fornwall
bb27a0ec42
Various package updates
...
Many of them cascading from the update of glib.
2016-05-04 08:54:30 -04:00
Fredrik Fornwall
51c63287f7
ndk_patches: <dlfcn.h> now #define:s RTLD_*
...
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.
2016-04-18 00:33:02 -04:00
Fredrik Fornwall
035e27f9f5
glib: Specify --disable-znodelete
...
This avoids the ELF DF_1_NODELETE value being used which most Android
5.0 linkers does not support.
2016-02-29 01:54:01 -05:00
Fredrik Fornwall
9158a301e0
glib: Avoid defining invalid RTLD_* constants
2015-12-17 18:33:52 -05:00
Fredrik Fornwall
a5d4e3d674
glib: Update from 2.44.1 to 2.46.2
2015-11-08 01:09:15 -05:00
Fredrik Fornwall
59f0d218a6
Initial push
2015-06-13 01:03:31 +02:00