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:
parent
293d8f727a
commit
3f5843cd07
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user