From 4e9143e6577a2311b839863b2438e6ae50f50b5e Mon Sep 17 00:00:00 2001 From: jow Date: Wed, 29 Jan 2014 12:54:17 +0000 Subject: [PATCH] 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 git-svn-id: svn://svn.openwrt.org/openwrt/packages@39414 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/shadow/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 := \ -- 2.11.0