Browse Source

- libiconv: update makefile

master
vanhofen 3 years ago
parent
commit
ff7c8b416c
  1. 3
      package/libiconv/libiconv.mk

3
package/libiconv/libiconv.mk

@ -18,6 +18,9 @@ LIBICONV_CONF_OPTS = \
--disable-shared \
--enable-relocatable
# Don't build the preloadable library, as we don't need it (it's only
# for LD_PRELOAD to replace glibc's iconv, but we never build libiconv
# when glibc is used). And it causes problems for static only builds.
define LIBICONV_DISABLE_PRELOAD
$(SED) '/preload/d' $(PKG_BUILD_DIR)/Makefile.in
endef

Loading…
Cancel
Save