mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Deactivate iconv and zlib to compile libxml2.
This commit is contained in:
parent
0f45d11d65
commit
d23851a3f1
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ libxml2_dir?=externals/libxml2
|
|||
|
||||
libxml2_configure_options= \
|
||||
--enable-static --disable-shared \
|
||||
--disable-rebuild-docs --with-python=no
|
||||
--disable-rebuild-docs --with-iconv=no --with-python=no --with-zlib=no
|
||||
|
||||
$(BUILDER_SRC_DIR)/$(libxml2_dir)/patched.stamp:
|
||||
cd $(BUILDER_SRC_DIR)/$(libxml2_dir) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue