summaryrefslogtreecommitdiff
path: root/solenv/inc/unx.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-11-10 00:32:47 +0200
committerTor Lillqvist <tlillqvist@suse.com>2011-11-10 01:23:46 +0200
commit70e5662204c49136f55f347694c2c3f171765407 (patch)
tree2df9a0c48776d9fa2e3ffd22cd4627ecea6a03f9 /solenv/inc/unx.mk
parentaafe4bd7f63ff59b9cde725701ccd0d8868a68bc (diff)
We want Android shared objects to have names ending in .so
See my previous commit for rationale. For Android, bypass the UNIXVERSIONNAMES thing in the dmake build system.
Diffstat (limited to 'solenv/inc/unx.mk')
-rw-r--r--solenv/inc/unx.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/inc/unx.mk b/solenv/inc/unx.mk
index 2dfbaf727bdd..3093d587bd2f 100644
--- a/solenv/inc/unx.mk
+++ b/solenv/inc/unx.mk
@@ -162,7 +162,7 @@ SOLARSHAREDBIN=$(SOLARLIBDIR_FOR_BUILD)
SONAME_SWITCH*=-h
.IF "$(UNIXVERSIONNAMES)"!=""
-.IF "$(OS)"!="IOS"
+.IF "$(OS)"!="IOS" && "$(OS)"!="ANDROID"
DLLPOST!:=$(DLLPOST).$($(UNIXVERSIONNAMES)_MAJOR)
.ENDIF
.ENDIF # "$(UNIXVERSIONNAMES)"!=""