[Libreoffice-commits] .: solenv/bin
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Thu Feb 23 04:05:14 PST 2012
solenv/bin/macosx-change-install-names.pl | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 55cece225238e634b8a8ebd0445a9aca4c5c57eb
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Feb 23 12:43:25 2012 +0100
Add shl/LOADER/URELIB to make --without-sytem-libxml work on Mac OS X
I doubt that the "LOADER" token is needed at all, but will investigate that
later.
diff --git a/solenv/bin/macosx-change-install-names.pl b/solenv/bin/macosx-change-install-names.pl
index 57f4e79..290a488 100644
--- a/solenv/bin/macosx-change-install-names.pl
+++ b/solenv/bin/macosx-change-install-names.pl
@@ -42,6 +42,7 @@ sub action($$$)
'shl/OOO/URELIB' => '@loader_path/../ure-link/lib',
'shl/OOO/OOO' => '@loader_path',
'shl/LOADER/LOADER' => '@loader_path',
+ 'shl/LOADER/URELIB' => '@loader_path/../ure-link/lib',
'shl/OXT/URELIB' => '@executable_path/urelibs',
'shl/NONE/URELIB' => '@__VIA_LIBRARY_PATH__',
'shl/OOO/NONE' => '@__VIA_LIBRARY_PATH__',
More information about the Libreoffice-commits
mailing list