summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-02-23 12:43:25 +0100
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-02-23 19:32:32 -0600
commite3e4ac30c82893ccac1a3de1919401363a8117c3 (patch)
treee696d05d6ad9e95f9495b3fabc7162804ae10b3a /solenv
parentec66f8076d8e4a7bef8384914e29988724fabd3d (diff)
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.
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/macosx-change-install-names.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/bin/macosx-change-install-names.pl b/solenv/bin/macosx-change-install-names.pl
index 57f4e796d170..290a488342b1 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__',