shadow: Add libiconv to PKG_BUILD_DEPENDS
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
parent
13ddb6bedc
commit
8d8a501f1f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue