Merge pull request #418 from thess/shadow-build-fix
shadow: Add libiconv to PKG_BUILD_DEPENDS
This commit is contained in:
commit
636b9b0092
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue