Merge pull request #18931 from alinnastac/libxml2-iconv

libxml2: add libiconv path to pkg-config file
This commit is contained in:
Michael Heimpold
2022-07-29 22:54:52 +02:00
committed by GitHub

View File

@@ -100,6 +100,7 @@ CONFIGURE_ARGS += \
--with-xpath \
--with-xptr \
--with-zlib=$(STAGING_DIR)/usr \
--with-iconv$(if $(ICONV_PREFIX),="$(ICONV_PREFIX)") \
--without-lzma
HOST_CONFIGURE_ARGS += \