[Libreoffice-commits] core.git: solenv/bin
Tor Lillqvist
tml at iki.fi
Wed Feb 6 06:49:08 PST 2013
solenv/bin/macosx-change-install-names.pl | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit 8418a122368a735acacb0983d14829efbf73783e
Author: Tor Lillqvist <tml at iki.fi>
Date: Wed Feb 6 16:48:02 2013 +0200
Tell what @__VIA_LIBRARY_PATH__ means
Change-Id: I5ab38200d926376d3dbac8f3c795fa95ee2bbe46
diff --git a/solenv/bin/macosx-change-install-names.pl b/solenv/bin/macosx-change-install-names.pl
index 56cf2dc..8bd42b3 100644
--- a/solenv/bin/macosx-change-install-names.pl
+++ b/solenv/bin/macosx-change-install-names.pl
@@ -49,6 +49,11 @@
sub action($$$)
{
+ # The @__VIA_LIBRARY_PATH__ thing has no magic meaning anywhere
+ # (here in LO or to the dynamic linker), it is effectively a
+ # comment telling that this library is supposed to have been found
+ # by the dynamic linker already in DYLD_LIBRARY_PATH.
+
my %action =
('app/UREBIN/URELIB' => '@executable_path/../lib',
'app/OOO/URELIB' => '@executable_path/../ure-link/lib',
More information about the Libreoffice-commits
mailing list