From: Jo-Philipp Wich Date: Sun, 19 Dec 2010 04:41:18 +0000 (+0000) Subject: autotools.mk: like libintl, make all libtool fixup packages depend on the libiconv... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f28b49208b00cf731590fbb4200a74a474167204;p=openwrt%2Fstaging%2Frmilecki.git autotools.mk: like libintl, make all libtool fixup packages depend on the libiconv stub SVN-Revision: 24708 --- diff --git a/include/autotools.mk b/include/autotools.mk index 592fcdebd73..9bb984da7c6 100644 --- a/include/autotools.mk +++ b/include/autotools.mk @@ -61,14 +61,14 @@ define autoreconf_target endef ifneq ($(filter libtool,$(PKG_FIXUP)),) - PKG_BUILD_DEPENDS += libtool libintl + PKG_BUILD_DEPENDS += libtool libintl libiconv ifeq ($(filter no-autoreconf,$(PKG_FIXUP)),) Hooks/Configure/Pre += autoreconf_target endif endif ifneq ($(filter libtool-ucxx,$(PKG_FIXUP)),) - PKG_BUILD_DEPENDS += libtool libintl + PKG_BUILD_DEPENDS += libtool libintl libiconv ifeq ($(filter no-autoreconf,$(PKG_FIXUP)),) Hooks/Configure/Pre += autoreconf_target endif