package/libiconv: don't override LIBICONV_CONF_OPTS

LIBICONV_CONF_OPTS is wrongly overridden in a conditional since commit
0d711a64d4

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Fabrice Fontaine 2022-02-17 18:38:54 +01:00 committed by Yann E. MORIN
parent 293d8f727a
commit 3f5843cd07

View File

@ -11,7 +11,7 @@ LIBICONV_LICENSE = GPL-3.0+ (iconv program), LGPL-2.0+ (library)
LIBICONV_LICENSE_FILES = COPYING COPYING.LIB
ifeq ($(BR2_PACKAGE_LIBICONV_EXTRA_ENCODINGS),y)
LIBICONV_CONF_OPTS = --enable-extra-encodings
LIBICONV_CONF_OPTS += --enable-extra-encodings
endif
# Don't build the preloadable library, as we don't need it (it's only