From c0ba4201f8372eee579584b7f5900e073b207b0c Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 9 Jun 2022 12:19:22 -0700 Subject: libiconv-stub: remove No longer used. Signed-off-by: Rosen Penev --- include/autotools.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/autotools.mk') diff --git a/include/autotools.mk b/include/autotools.mk index e9a7a82248..f659bac3c5 100644 --- a/include/autotools.mk +++ b/include/autotools.mk @@ -113,7 +113,7 @@ ifneq ($(filter patch-libtool,$(PKG_FIXUP)),) endif ifneq ($(filter libtool,$(PKG_FIXUP)),) - PKG_BUILD_DEPENDS += libtool libiconv + PKG_BUILD_DEPENDS += libtool ifeq ($(filter no-autoreconf,$(PKG_FIXUP)),) Hooks/Configure/Pre += autoreconf_target endif @@ -124,7 +124,7 @@ ifneq ($(filter libtool-abiver,$(PKG_FIXUP)),) endif ifneq ($(filter libtool-ucxx,$(PKG_FIXUP)),) - PKG_BUILD_DEPENDS += libtool libiconv + PKG_BUILD_DEPENDS += libtool ifeq ($(filter no-autoreconf,$(PKG_FIXUP)),) Hooks/Configure/Pre += autoreconf_target endif -- cgit v1.2.3