summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-04-26 11:11:49 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-04-26 11:29:09 +0200
commite8807620d2bcc6bd8bc9b08d00e5836031936e56 (patch)
treee8e18adbb56fbae7e3eacebc9328b8fc21cafeb6 /solenv
parent3d229daa139da5cc6b5a3a79d40db0e690768e86 (diff)
Binding OOO layer libs to NONE layer ones is bogus
Change-Id: I7470ab98cf68e1fd426983ce185c8fd2d73003e3
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/macosx-change-install-names.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/bin/macosx-change-install-names.pl b/solenv/bin/macosx-change-install-names.pl
index 8bd42b34194a..a6c3eb79afc8 100644
--- a/solenv/bin/macosx-change-install-names.pl
+++ b/solenv/bin/macosx-change-install-names.pl
@@ -67,7 +67,6 @@ sub action($$$)
'shl/OOO/OOO' => '@loader_path',
'shl/OXT/URELIB' => '@executable_path/urelibs',
'shl/NONE/URELIB' => '@__VIA_LIBRARY_PATH__',
- 'shl/OOO/NONE' => '@__VIA_LIBRARY_PATH__',
'shl/NONE/OOO' => '@__VIA_LIBRARY_PATH__',
'shl/NONE/NONE' => '@__VIA_LIBRARY_PATH__');
my ($type, $loc1, $loc2) = @_;