[Libreoffice-commits] core.git: icu/icu4c-aix.patch
Caolán McNamara
caolanm at redhat.com
Sat Apr 6 08:34:04 PDT 2013
icu/icu4c-aix.patch | 15 +++++++++++++++
1 file changed, 15 insertions(+)
New commits:
commit 694cf734a3538858296597c6dea6f667aecb9508
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sat Apr 6 16:32:32 2013 +0100
fix target rule
Change-Id: I0e28425c25e07abe65c4162025fa35a4abe14121
diff --git a/icu/icu4c-aix.patch b/icu/icu4c-aix.patch
index aedaae1..0cd1997 100644
--- a/icu/icu4c-aix.patch
+++ b/icu/icu4c-aix.patch
@@ -111,3 +111,18 @@
## Compilation rules
%.$(STATIC_O): $(srcdir)/%.c
+@@ -118,10 +61,10 @@
+ [ -s $@ ] || rm -f $@'
+
+ ## Versioned libraries rules
+-%$(SO_TARGET_VERSION_MAJOR).$(SO): %$(SO_TARGET_VERSION).$(SO)
+- $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@
+-%.$(SO): %$(SO_TARGET_VERSION).$(SO)
+- $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@
++%.$(SO).$(SO_TARGET_VERSION_MAJOR): %.$(SO).$(SO_TARGET_VERSION)
++ $(RM) $@ && ln -s ${<F} $@
++%.$(SO): %.$(SO).$(SO_TARGET_VERSION_MAJOR)
++ $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
+
+
+ ## BIR - bind with internal references [so app data and icu data doesn't collide]
More information about the Libreoffice-commits
mailing list