[PATCH 1/6] android: Re-enable libxml HTML support
Kevin Cernekee
cernekee at gmail.com
Sun Feb 8 14:20:36 PST 2015
This is required to build auth-juniper.c.
Signed-off-by: Kevin Cernekee <cernekee at gmail.com>
---
android/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/android/Makefile b/android/Makefile
index 3d7dcc435e85..3c56b74b80be 100644
--- a/android/Makefile
+++ b/android/Makefile
@@ -100,7 +100,7 @@ $(LIBXML2_BUILD)/Makefile: $(TOOLCHAIN_BUILT) $(LIBXML2_SRC)/configure
cd $(LIBXML2_BUILD) && ../../$(LIBXML2_SRC)/configure $(CONFIGURE_ARGS) \
--without-c14n -without-catalog --without-debug --without-docbook \
--without-fexceptions --without-ftp --without-history \
- --without-html --without-http --without-iconv --without-iconv \
+ --without-http --without-iconv --without-iconv \
--without-iso8859x --without-legacy --without-pattern \
--without-push --without-regexps --without-run-debug \
--without-sax1 --without-schemas --without-schematron \
--
2.2.2
More information about the openconnect-devel
mailing list