From: Jo-Philipp Wich Date: Sat, 11 Dec 2010 01:08:52 +0000 (+0000) Subject: popt: build depends on libintl X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=50198ac76a61038bfaff5daf4060b8d01609b5fa;p=openwrt%2Fsvn-archive%2Fpackages.git popt: build depends on libintl SVN-Revision: 24469 --- diff --git a/libs/popt/Makefile b/libs/popt/Makefile index 2b9ab13c3..c0b7c53b2 100644 --- a/libs/popt/Makefile +++ b/libs/popt/Makefile @@ -19,6 +19,7 @@ PKG_FIXUP:=libtool PKG_REMOVE_FILES:=autogen.sh aclocal.m4 PKG_INSTALL:=1 +PKG_BUILD_DEPENDS:=libintl PKG_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/package.mk