summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-02-23 12:43:25 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-02-23 12:48:37 +0100
commit55cece225238e634b8a8ebd0445a9aca4c5c57eb (patch)
treeaed097e3953648694e37699a37dd0a5e7d834b3c /solenv
parentreportbuilder: untested fix for WITH_LANG build (diff)
downloadcore-55cece225238e634b8a8ebd0445a9aca4c5c57eb.tar.gz
core-55cece225238e634b8a8ebd0445a9aca4c5c57eb.zip
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__',