summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2003-03-22 02:59:26 +0000
committerwtc%netscape.com <devnull@localhost>2003-03-22 02:59:26 +0000
commit6428e786b59b38a632fc84b712069fab134227b1 (patch)
treed15e5c32829612dd7253eaa43485d0593a8605ec
parentc75dcb6a55dbf48d058f88f6e771157b5b52891d (diff)
downloadnss-hg-6428e786b59b38a632fc84b712069fab134227b1.tar.gz
Bug 198543: checked in the patch from Chris Seawood to fix BeOS bustage.
Apparently it is necessary to have LIBRARY_PATH set in the environment.
-rw-r--r--security/nss/cmd/shlibsign/sign.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/cmd/shlibsign/sign.sh b/security/nss/cmd/shlibsign/sign.sh
index a52bccff6..b94a1e974 100644
--- a/security/nss/cmd/shlibsign/sign.sh
+++ b/security/nss/cmd/shlibsign/sign.sh
@@ -21,7 +21,7 @@ else
export LD_LIBRARY_PATH
DYLD_LIBRARY_PATH=${1}/lib
export DYLD_LIBRARY_PATH
- LIBRARY_PATH=${1}/lib
+ LIBRARY_PATH=${1}/lib:$LIBRARY_PATH
export LIBRARY_PATH
fi
echo ${2}/shlibsign -v -i ${4}