Browse Source

glib: update to 2.48.2, disable warnings

Waldemar Brodkorb 9 years ago
parent
commit
23a05b75f3
1 changed files with 3 additions and 2 deletions
  1. 3 2
      package/glib/Makefile

+ 3 - 2
package/glib/Makefile

@@ -4,10 +4,10 @@
 include $(ADK_TOPDIR)/rules.mk
 include $(ADK_TOPDIR)/rules.mk
 
 
 PKG_NAME:=		glib
 PKG_NAME:=		glib
-PKG_VERSION:=		2.48.1
+PKG_VERSION:=		2.48.2
 PKG_RELEASE:=		1
 PKG_RELEASE:=		1
 PKG_EXTRAVER:=		2.48
 PKG_EXTRAVER:=		2.48
-PKG_HASH:=		74411bff489cb2a3527bac743a51018841a56a4d896cc1e0d0d54f8166a14612
+PKG_HASH:=		f25e751589cb1a58826eac24fbd4186cda4518af772806b666a3f91f66e6d3f4
 PKG_DESCR:=		low-level core library that forms the basis of gtk+
 PKG_DESCR:=		low-level core library that forms the basis of gtk+
 PKG_SECTION:=		libs/misc
 PKG_SECTION:=		libs/misc
 PKG_DEPENDS:=		libpcre zlib
 PKG_DEPENDS:=		libpcre zlib
@@ -33,6 +33,7 @@ CONFIGURE_ARGS+=	--disable-mem-pools \
 			--disable-rebuilds \
 			--disable-rebuilds \
 			--disable-fam \
 			--disable-fam \
 			--disable-dtrace \
 			--disable-dtrace \
+			--disable-compile-warnings \
 			--with-pcre=system \
 			--with-pcre=system \
 			--with-threads=posix
 			--with-threads=posix
 CONFIGURE_ENV+=		glib_cv_long_long_format=ll \
 CONFIGURE_ENV+=		glib_cv_long_long_format=ll \