[packages] glib2: Add zlib and libpthread build dependencies
authorVasilis Tsiligiannis <acinonyx@openwrt.gr>
Mon, 7 Feb 2011 21:44:53 +0000 (21:44 +0000)
committerVasilis Tsiligiannis <acinonyx@openwrt.gr>
Mon, 7 Feb 2011 21:44:53 +0000 (21:44 +0000)
SVN-Revision: 25409

libs/glib2/Makefile

index 299e1d038934a2cb93857f68ba94cbf9654e646c..1e9c5fae5869df3f934dbf066fc4148ef22b097e 100644 (file)
@@ -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)