git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
2a4edb8
)
libxml2: add libiconv path to pkg-config file
author
Alin Nastac
<redacted>
Thu, 14 Jul 2022 11:20:07 +0000
(13:20 +0200)
committer
Alin Nastac
<redacted>
Thu, 21 Jul 2022 05:17:02 +0000
(07:17 +0200)
Needed for applications that use libxml-2.0.pc Libs.private params
to link with -liconv library.
Signed-off-by: Alin Nastac <redacted>
libs/libxml2/Makefile
patch
|
blob
|
history
diff --git
a/libs/libxml2/Makefile
b/libs/libxml2/Makefile
index 28e53667e3b7d781ed15b21d805b7036551027e4..05fadde1aca74d845b6a309594c9fe805ce41017 100644
(file)
--- a/
libs/libxml2/Makefile
+++ b/
libs/libxml2/Makefile
@@
-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 += \
git clone https://git.99rst.org/PROJECT