summaryrefslogtreecommitdiff
path: root/package/glib
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-08-30 07:42:23 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-08-30 07:42:23 +0200
commit23a05b75f36c60078aece521e3855246ac7c8913 (patch)
treec5e2556c07fdef17c1f22a3fd525d4f8587c059b /package/glib
parentce0e01a34c1f3705400c260e2284fda6b8be0057 (diff)
glib: update to 2.48.2, disable warnings
Diffstat (limited to 'package/glib')
-rw-r--r--package/glib/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/glib/Makefile b/package/glib/Makefile
index ecb349f85..aa3ad2a85 100644
--- a/package/glib/Makefile
+++ b/package/glib/Makefile
@@ -4,10 +4,10 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= glib
-PKG_VERSION:= 2.48.1
+PKG_VERSION:= 2.48.2
PKG_RELEASE:= 1
PKG_EXTRAVER:= 2.48
-PKG_HASH:= 74411bff489cb2a3527bac743a51018841a56a4d896cc1e0d0d54f8166a14612
+PKG_HASH:= f25e751589cb1a58826eac24fbd4186cda4518af772806b666a3f91f66e6d3f4
PKG_DESCR:= low-level core library that forms the basis of gtk+
PKG_SECTION:= libs/misc
PKG_DEPENDS:= libpcre zlib
@@ -33,6 +33,7 @@ CONFIGURE_ARGS+= --disable-mem-pools \
--disable-rebuilds \
--disable-fam \
--disable-dtrace \
+ --disable-compile-warnings \
--with-pcre=system \
--with-threads=posix
CONFIGURE_ENV+= glib_cv_long_long_format=ll \