From 0e1b42bab9867ed4de402a876da39e2e315e755e Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 20 Feb 2011 03:26:52 +0000 Subject: [PATCH] glib2: add dependencies to the gettext and libiconv stub host builds git-svn-id: svn://svn.openwrt.org/openwrt/packages@25601 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/glib2/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index 1e9c5fae5..dd4ceca5e 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -18,6 +18,7 @@ PKG_MD5SUM:=17535accceef55bcb17a74d73f9c2aef PKG_FIXUP:=libtool PKG_BUILD_DEPENDS:=glib2/host libpthread zlib +HOST_BUILD_DEPENDS:=gettext/host libiconv/host PKG_INSTALL:=1 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/glib-$(PKG_VERSION)