Commit 18bb40c0 authored by Julien Boibessot's avatar Julien Boibessot Committed by Thomas Petazzoni
Browse files
parent f31f4118
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ LIBICONV_LICENSE_FILES = COPYING COPYING.LIB

# 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 ued). And it causes problems for static only builds.
# when glibc is used). And it causes problems for static only builds.
define LIBICONV_DISABLE_PRELOAD
	$(SED) '/preload/d' $(@D)/Makefile.in
endef