aboutsummaryrefslogtreecommitdiffstats
path: root/include/autotools.mk
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2022-06-09 12:19:22 -0700
committerChristian Lamparter <chunkeey@gmail.com>2022-07-15 15:21:44 +0200
commitc0ba4201f8372eee579584b7f5900e073b207b0c (patch)
tree32fb4edf187da14b61db3a0bb7e4053f8b459f8e /include/autotools.mk
parentb37ef4b8abf2769732078ba510bf75abc83f007e (diff)
downloadupstream-c0ba4201f8372eee579584b7f5900e073b207b0c.tar.gz
upstream-c0ba4201f8372eee579584b7f5900e073b207b0c.tar.bz2
upstream-c0ba4201f8372eee579584b7f5900e073b207b0c.zip
libiconv-stub: remove
No longer used. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'include/autotools.mk')
-rw-r--r--include/autotools.mk4
1 files changed, 2 insertions, 2 deletions
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