[Libreoffice-commits] .: solenv/inc
Tor Lillqvist
tml at kemper.freedesktop.org
Wed May 25 15:04:37 PDT 2011
solenv/inc/unx.mk | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit acde92ffe88db7014588bd64b8691b26591c44d2
Author: Tor Lillqvist <tml at iki.fi>
Date: Thu May 26 01:03:15 2011 +0300
Don't use version numbers in the static libs built for iOS
diff --git a/solenv/inc/unx.mk b/solenv/inc/unx.mk
index f15f3bc..b4cd69f 100644
--- a/solenv/inc/unx.mk
+++ b/solenv/inc/unx.mk
@@ -182,9 +182,7 @@ SOLARSHAREDBIN=$(SOLARLIBDIR)
SONAME_SWITCH*=-h
.IF "$(UNIXVERSIONNAMES)"!=""
-.IF "$(OS)"=="IOS"
-DLLPOST!:=$($(UNIXVERSIONNAMES)_MAJOR)$(DLLPOST)
-.ELSE
+.IF "$(OS)"!="IOS"
DLLPOST!:=$(DLLPOST).$($(UNIXVERSIONNAMES)_MAJOR)
.ENDIF
.ENDIF # "$(UNIXVERSIONNAMES)"!=""
More information about the Libreoffice-commits
mailing list