[Libreoffice-commits] .: python/Python-aix.patch
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Mon Jan 2 01:05:13 PST 2012
python/Python-aix.patch | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 7d8f3b19c69e741175bed035681cfacd3a30713d
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Jan 2 10:04:57 2012 +0100
Linux LD_LIBRARY_PATH is missing as well.
diff --git a/python/Python-aix.patch b/python/Python-aix.patch
index 8dae6d1..9c8f601 100644
--- a/python/Python-aix.patch
+++ b/python/Python-aix.patch
@@ -12,10 +12,11 @@
$(LN) -f $(INSTSONAME) $@; \
else\
$(LDSHARED) $(LDFLAGS) -o $@ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \
-@@ -907,6 +907,7 @@
+@@ -907,6 +907,8 @@
export PATH; PATH="`pwd`:$$PATH"; \
export PYTHONPATH; PYTHONPATH="`pwd`/Lib"; \
export DYLD_FRAMEWORK_PATH; DYLD_FRAMEWORK_PATH="`pwd`"; \
++ export LD_LIBRARY_PATH; LD_LIBRARY_PATH="`pwd`${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"; \
+ export LIBPATH; LIBPATH="`pwd`${LIBPATH:+:$LIBPATH}"; \
export EXE; EXE="$(BUILDEXE)"; \
cd $(srcdir)/Lib/$(PLATDIR); ./regen
More information about the Libreoffice-commits
mailing list