From: Vasilis Tsiligiannis Date: Mon, 7 Feb 2011 21:44:53 +0000 (+0000) Subject: [packages] glib2: Add zlib and libpthread build dependencies X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f8eda98b5fbe893ff5b47d72056fe0f8e49c85d3;p=openwrt%2Fsvn-archive%2Farchive.git [packages] glib2: Add zlib and libpthread build dependencies SVN-Revision: 25409 --- diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index 299e1d0389..1e9c5fae58 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=glib2 PKG_VERSION:=2.26.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=glib-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/glib-$(PKG_VERSION) @@ -17,7 +17,7 @@ PKG_SOURCE_URL:=@GNOME/glib/2.26 PKG_MD5SUM:=17535accceef55bcb17a74d73f9c2aef PKG_FIXUP:=libtool -PKG_BUILD_DEPENDS:=glib2/host +PKG_BUILD_DEPENDS:=glib2/host libpthread zlib PKG_INSTALL:=1 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/glib-$(PKG_VERSION)