Explorar el Código

package/libiconv: don't override LIBICONV_CONF_OPTS

LIBICONV_CONF_OPTS is wrongly overridden in a conditional since commit
0d711a64d4753c0efa4158519907cca7ec284573

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Fabrice Fontaine hace 3 años
padre
commit
3f5843cd07
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package/libiconv/libiconv.mk

+ 1 - 1
package/libiconv/libiconv.mk

@@ -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