Browse Source

Merge pull request #418 from thess/shadow-build-fix

shadow: Add libiconv to PKG_BUILD_DEPENDS
sbyx 10 years ago
parent
commit
636b9b0092
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