summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-11-12 10:17:45 +0200
committerTor Lillqvist <tml@collabora.com>2013-11-12 10:20:49 +0200
commit439b518b1a96b8cffd96da6fd060e7be074a2035 (patch)
tree53f523bebd7ff9bfff1f9b7303833eec2396fe26
parentb29464a8fa58d776279c6da0247946eefad9be00 (diff)
No <glob.h> in the Android NDK
So don't bother building libxml2 programs for Android, we have no need for them, there is no way to run them on normal devices, etc. While at it, don't bother with scripts, manpages or "data" either. We just want the library. Change-Id: Ic6553c4ed5b51feab40fed6bd62fd10795e9acf9
-rw-r--r--external/libxml2/libxml2-android.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/external/libxml2/libxml2-android.patch b/external/libxml2/libxml2-android.patch
index cc2c5ab97e00..53011e19e1b4 100644
--- a/external/libxml2/libxml2-android.patch
+++ b/external/libxml2/libxml2-android.patch
@@ -25,3 +25,14 @@
#elif defined(NAN) && defined(__STDC_IEC_559__)
+--- misc/libxml2-2.7.6/Makefile.in
++++ misc/build/libxml2-2.7.6/Makefile.in
+@@ -1635,7 +1635,7 @@
+ check-am: all-am
+ check: $(BUILT_SOURCES)
+ $(MAKE) $(AM_MAKEFLAGS) check-recursive
+-all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \
++all-am: Makefile $(LTLIBRARIES) \
+ config.h
+ install-binPROGRAMS: install-libLTLIBRARIES
+