summaryrefslogtreecommitdiff
path: root/redland/raptor/makefile.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-04-10 12:33:59 +0300
committerTor Lillqvist <tlillqvist@suse.com>2012-04-10 12:53:40 +0300
commited1db9186336e11de293b9c74c08e0284e8a1702 (patch)
tree58cae02b535cf8caedfc53ff72c45e00db686426 /redland/raptor/makefile.mk
parent9bbc7cf94a05ce71c34421816005fae1692fb5bd (diff)
No sonames on Android
Diffstat (limited to 'redland/raptor/makefile.mk')
-rw-r--r--redland/raptor/makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/redland/raptor/makefile.mk b/redland/raptor/makefile.mk
index a2a3bd36e85f..54a46ab386ca 100644
--- a/redland/raptor/makefile.mk
+++ b/redland/raptor/makefile.mk
@@ -75,6 +75,10 @@ PATCH_FILES+=raptor-1.4.18.libxml.patch
PATCH_FILES+=raptor-1.4.18.libxslt.patch
.ENDIF
+.IF "$(OS)"=="ANDROID"
+PATCH_FILES+=$(TARFILE_NAME).patch.no-soname
+.ENDIF
+
.IF "$(OS)"=="WNT"
.IF "$(COM)"=="GCC"
OOO_PATCH_FILES+=$(TARFILE_NAME).patch.mingw