summaryrefslogtreecommitdiff
path: root/libxml2/makefile.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-11-10 01:17:25 +0200
committerTor Lillqvist <tlillqvist@suse.com>2011-11-10 01:23:49 +0200
commit90324ccc737805cd5adc3da0e1b078847cfa998d (patch)
treec22fa574962a70e6fa2a4cc5917abfae61f2c7be /libxml2/makefile.mk
parentf522222415847cd253af7e8b768ea945daeed8b6 (diff)
Make also the libxml2 library file name end in .so for Android
Diffstat (limited to 'libxml2/makefile.mk')
-rw-r--r--libxml2/makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/libxml2/makefile.mk b/libxml2/makefile.mk
index 098d30b37dfa..1d125c19e488 100644
--- a/libxml2/makefile.mk
+++ b/libxml2/makefile.mk
@@ -63,6 +63,10 @@ PATCH_FILES+= libxml2-mingw.patch
.ENDIF
.ENDIF
+.IF "$(OS)"=="ANDROID"
+PATCH_FILES+= libxml2-android.patch
+.ENDIF
+
# This is only for UNX environment now
.IF "$(OS)"=="WNT"