mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 09:49:42 +08:00
libxml2: add libiconv path to pkg-config file
Needed for applications that use libxml-2.0.pc Libs.private params to link with -liconv library. Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
This commit is contained in:
parent
4986fd2471
commit
55e6f15734
@ -98,6 +98,7 @@ CONFIGURE_ARGS += \
|
||||
--with-xpath \
|
||||
--with-xptr \
|
||||
--with-zlib=$(STAGING_DIR)/usr \
|
||||
--with-iconv$(if $(ICONV_PREFIX),="$(ICONV_PREFIX)") \
|
||||
--without-lzma
|
||||
|
||||
HOST_CONFIGURE_ARGS += \
|
||||
|
Loading…
Reference in New Issue
Block a user