diff options
author | Rosen Penev <rosenp@gmail.com> | 2022-06-09 12:19:22 -0700 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-07-15 15:21:44 +0200 |
commit | c0ba4201f8372eee579584b7f5900e073b207b0c (patch) | |
tree | 32fb4edf187da14b61db3a0bb7e4053f8b459f8e /include | |
parent | b37ef4b8abf2769732078ba510bf75abc83f007e (diff) | |
download | upstream-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')
-rw-r--r-- | include/autotools.mk | 4 | ||||
-rw-r--r-- | include/nls.mk | 1 |
2 files changed, 2 insertions, 3 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 diff --git a/include/nls.mk b/include/nls.mk index 7f9935b5c3..90fc27660f 100644 --- a/include/nls.mk +++ b/include/nls.mk @@ -19,7 +19,6 @@ else endif PKG_CONFIG_DEPENDS += CONFIG_BUILD_NLS -PKG_BUILD_DEPENDS += !BUILD_NLS:libiconv ICONV_DEPENDS:=+BUILD_NLS:libiconv-full ifeq ($(CONFIG_BUILD_NLS),y) |