From: Jo-Philipp Wich Date: Wed, 29 Jan 2014 12:54:17 +0000 (+0000) Subject: shadow: add missing build dependency X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=0f50832398f11c7914e7b2705e6d45ae999944ef;p=openwrt%2Fsvn-archive%2Fpackages.git shadow: add missing build dependency As jow has stated in #12004 correctly, shadows needs a build dependency on libintl (gettext) to provide the missing m4 macros. The missing dependency was spotted while doing a parallel build. This patch closes #12004. Signed-off-by: Mathias Kresin SVN-Revision: 39414 --- diff --git a/utils/shadow/Makefile b/utils/shadow/Makefile index 506e51234..f49f4f002 100644 --- a/utils/shadow/Makefile +++ b/utils/shadow/Makefile @@ -19,6 +19,8 @@ PKG_FIXUP:=autoreconf PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 +PKG_BUILD_DEPENDS:=libintl + include $(INCLUDE_DIR)/package.mk SHADOW_APPLETS := \