aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorTed Hess <thess@kitschensync.net>2014-10-10 16:41:39 -0400
committerTed Hess <thess@kitschensync.net>2014-10-10 16:41:39 -0400
commit8d8a501f1f1b9dcb2d69af3626c0044097b760e2 (patch)
tree1ff8e95731f7886bb6b796e8822f696c70eea0a8 /utils
parent13ddb6bedcce3a8cb4b52e0fc89ca5ff1c12990d (diff)
shadow: Add libiconv to PKG_BUILD_DEPENDS
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat (limited to 'utils')
-rw-r--r--utils/shadow/Makefile2
1 files changed, 1 insertions, 1 deletions
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