Browse Source

shadow: Add libiconv to PKG_BUILD_DEPENDS

Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess 10 years ago
parent
commit
8d8a501f1f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      utils/shadow/Makefile

+ 1
- 1
utils/shadow/Makefile View File

@@ -21,7 +21,7 @@ PKG_FIXUP:=autoreconf
21 21
 PKG_BUILD_PARALLEL:=1
22 22
 PKG_INSTALL:=1
23 23
 
24
-PKG_BUILD_DEPENDS:=libintl
24
+PKG_BUILD_DEPENDS:=libintl libiconv
25 25
 
26 26
 include $(INCLUDE_DIR)/package.mk
27 27