[Libreoffice-commits] .: python/Python-2.6.1-nohardlink.patch
Tor Lillqvist
tml at kemper.freedesktop.org
Sat May 28 03:19:33 PDT 2011
python/Python-2.6.1-nohardlink.patch | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit d53bd78f0a7ba333c659a09c5880d80e8924f9d2
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Sat May 28 13:18:08 2011 +0300
Make the patch actually apply
diff --git a/python/Python-2.6.1-nohardlink.patch b/python/Python-2.6.1-nohardlink.patch
index c552b1a..2592253 100644
--- a/python/Python-2.6.1-nohardlink.patch
+++ b/python/Python-2.6.1-nohardlink.patch
@@ -1,9 +1,9 @@
--- misc/Python-2.6.1/Makefile.pre.in 2011-03-08 18:23:37.230410480 +0100
+++ misc/build/Python-2.6.1/Makefile.pre.in 2011-03-08 18:22:57.935746999 +0100
@@ -414,7 +414,7 @@
- libpython$(VERSION).so: $(LIBRARY_OBJS)
- if test $(INSTSONAME) != $(LDLIBRARY); then \
- $(LDSHARED) $(LDFLAGS) -Wl,-h$(INSTSONAME) -o $(INSTSONAME) $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \
+ SONAME="-Wl,-h$(INSTSONAME)"; \
+ fi; \
+ $(LDSHARED) $(LDFLAGS) $(SONAME) -o $(INSTSONAME) $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \
- $(LN) -f $(INSTSONAME) $@; \
+ $(LN) -fs $(INSTSONAME) $@; \
else\
More information about the Libreoffice-commits
mailing list