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
commit 62c2d1c2d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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 += \