From 2f8e9e4cce70216c32b960d05fba2fc4fc735fcf Mon Sep 17 00:00:00 2001 From: lars Date: Mon, 1 Jun 2009 14:11:37 +0000 Subject: [PATCH] [package] Update glib2 to 2.20.3 git-svn-id: svn://svn.openwrt.org/openwrt/packages@16254 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/glib2/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index ca49bd8a9..d3b18198d 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -8,24 +8,23 @@ include $(TOPDIR)/rules.mk PKG_NAME:=glib2 -PKG_VERSION:=2.20.0 +PKG_VERSION:=2.20.3 PKG_RELEASE:=1 PKG_SOURCE:=glib-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/glib-$(PKG_VERSION) PKG_SOURCE_URL:=@GNOME/glib/2.20 -PKG_MD5SUM:=05188e560dbd8bddd568e24ce10dd003 +PKG_MD5SUM:=1173688c58b4b62809c83bb07a2cf71a -PKG_FIXUP = libtool -PKG_BUILD_DEPENDS := glib2/host +PKG_FIXUP:=libtool +PKG_BUILD_DEPENDS:=glib2/host +PKG_INSTALL:=1 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/glib-$(PKG_VERSION) include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/package.mk -PKG_INSTALL:=1 - define Package/glib2 SECTION:=libs CATEGORY:=Libraries @@ -53,6 +52,8 @@ define Build/Configure --enable-static \ --enable-debug=no \ --with-libiconv=gnu \ + --disable-selinux \ + --disable-fam \ , \ glib_cv_stack_grows=no \ glib_cv_uscore=no \