summaryrefslogtreecommitdiffstats
path: root/package/libglib2/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-03-22 18:38:01 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-03-22 23:03:46 +0100
commit8f9e70c333975bb76b3bc976444268dfad932ffd (patch)
treee9a334ec80f290d096ddd1d6374d27180000396e /package/libglib2/Config.in
parent592581b827899fcbe1a6978ffcd7c968f47f74cf (diff)
downloadbuildroot-8f9e70c333975bb76b3bc976444268dfad932ffd.tar.gz
buildroot-8f9e70c333975bb76b3bc976444268dfad932ffd.zip
libglib2: bump to version 2.48.0
Switch to system/unbundled pcre since it's the default and recommended by upstream now. It's also good security practice since pcre patches won't get updated in the bundled version inside glib so often. As stated in glib's NEWS: Overview of changes in GLib 2.47.5 * the system copy of PCRE is now used by default to implement GRegex. Configure with --with-pcre=internal if a system PCRE version is unavailable or undesired. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libglib2/Config.in')
-rw-r--r--package/libglib2/Config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/libglib2/Config.in b/package/libglib2/Config.in
index 7cbfea5dce..84ee816a89 100644
--- a/package/libglib2/Config.in
+++ b/package/libglib2/Config.in
@@ -3,7 +3,8 @@ config BR2_PACKAGE_LIBGLIB2
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
select BR2_PACKAGE_LIBFFI
- select BR2_PACKAGE_PCRE_UCP if BR2_PACKAGE_PCRE
+ select BR2_PACKAGE_PCRE
+ select BR2_PACKAGE_PCRE_UCP
select BR2_PACKAGE_ZLIB
depends on BR2_USE_WCHAR # gettext
depends on BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud