From: Ted Hess Date: Fri, 10 Oct 2014 20:41:39 +0000 (-0400) Subject: shadow: Add libiconv to PKG_BUILD_DEPENDS X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=8d8a501f1f1b9dcb2d69af3626c0044097b760e2;p=openwrt-packages.git shadow: Add libiconv to PKG_BUILD_DEPENDS Signed-off-by: Ted Hess --- diff --git a/utils/shadow/Makefile b/utils/shadow/Makefile index a731fe0c3..f353f3f56 100644 --- a/utils/shadow/Makefile +++ b/utils/shadow/Makefile @@ -21,7 +21,7 @@ PKG_FIXUP:=autoreconf PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 -PKG_BUILD_DEPENDS:=libintl +PKG_BUILD_DEPENDS:=libintl libiconv include $(INCLUDE_DIR)/package.mk