[package] Update glib2 to 2.20.3
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16254 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
45114220f7
commit
2f8e9e4cce
@ -8,24 +8,23 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=glib2
|
PKG_NAME:=glib2
|
||||||
PKG_VERSION:=2.20.0
|
PKG_VERSION:=2.20.3
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=glib-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=glib-$(PKG_VERSION).tar.bz2
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/glib-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/glib-$(PKG_VERSION)
|
||||||
PKG_SOURCE_URL:=@GNOME/glib/2.20
|
PKG_SOURCE_URL:=@GNOME/glib/2.20
|
||||||
PKG_MD5SUM:=05188e560dbd8bddd568e24ce10dd003
|
PKG_MD5SUM:=1173688c58b4b62809c83bb07a2cf71a
|
||||||
|
|
||||||
PKG_FIXUP = libtool
|
PKG_FIXUP:=libtool
|
||||||
PKG_BUILD_DEPENDS := glib2/host
|
PKG_BUILD_DEPENDS:=glib2/host
|
||||||
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/glib-$(PKG_VERSION)
|
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/glib-$(PKG_VERSION)
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/host-build.mk
|
include $(INCLUDE_DIR)/host-build.mk
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
PKG_INSTALL:=1
|
|
||||||
|
|
||||||
define Package/glib2
|
define Package/glib2
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
@ -53,6 +52,8 @@ define Build/Configure
|
|||||||
--enable-static \
|
--enable-static \
|
||||||
--enable-debug=no \
|
--enable-debug=no \
|
||||||
--with-libiconv=gnu \
|
--with-libiconv=gnu \
|
||||||
|
--disable-selinux \
|
||||||
|
--disable-fam \
|
||||||
, \
|
, \
|
||||||
glib_cv_stack_grows=no \
|
glib_cv_stack_grows=no \
|
||||||
glib_cv_uscore=no \
|
glib_cv_uscore=no \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user