|
@@ -4,15 +4,15 @@
|
|
|
include $(ADK_TOPDIR)/rules.mk
|
|
include $(ADK_TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:= glib
|
|
PKG_NAME:= glib
|
|
|
-PKG_VERSION:= 2.48.2
|
|
|
|
|
|
|
+PKG_VERSION:= 2.56.1
|
|
|
PKG_RELEASE:= 1
|
|
PKG_RELEASE:= 1
|
|
|
-PKG_EXTRAVER:= 2.48
|
|
|
|
|
-PKG_HASH:= f25e751589cb1a58826eac24fbd4186cda4518af772806b666a3f91f66e6d3f4
|
|
|
|
|
|
|
+PKG_EXTRAVER:= 2.56
|
|
|
|
|
+PKG_HASH:= 40ef3f44f2c651c7a31aedee44259809b6f03d3d20be44545cd7d177221c0b8d
|
|
|
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
|
|
|
PKG_BUILDDEP:= glib-host libffi zlib libelf dbus pcre
|
|
PKG_BUILDDEP:= glib-host libffi zlib libelf dbus pcre
|
|
|
-HOST_BUILDDEP:= libiconv-host libffi-host python2-host gettext-host util-linux-host
|
|
|
|
|
|
|
+HOST_BUILDDEP:= pkgconf-host libiconv-host libffi-host python2-host gettext-host util-linux-host
|
|
|
PKG_NEEDS:= threads intl iconv
|
|
PKG_NEEDS:= threads intl iconv
|
|
|
PKG_URL:= http://www.gtk.org/
|
|
PKG_URL:= http://www.gtk.org/
|
|
|
PKG_SITES:= http://ftp.gnome.org/pub/GNOME/sources/glib/$(PKG_EXTRAVER)/
|
|
PKG_SITES:= http://ftp.gnome.org/pub/GNOME/sources/glib/$(PKG_EXTRAVER)/
|
|
@@ -50,7 +50,7 @@ endif
|
|
|
HOST_CONFIGURE_ARGS+= --disable-fam \
|
|
HOST_CONFIGURE_ARGS+= --disable-fam \
|
|
|
--disable-dtrace \
|
|
--disable-dtrace \
|
|
|
--enable-static \
|
|
--enable-static \
|
|
|
- --with-pcre=bundled \
|
|
|
|
|
|
|
+ --with-pcre=internal \
|
|
|
--with-libiconv=yes \
|
|
--with-libiconv=yes \
|
|
|
--disable-shared \
|
|
--disable-shared \
|
|
|
--disable-compile-warnings
|
|
--disable-compile-warnings
|