Bugzilla Bug 323379: need to set ADDON_PATH for libsoftokn3.so to load
libfreebl3.so as an add-on on BeOS. Thanks to Doug Shelton <doug@sheltonfamily.org>for reporting the bug and verifying the fix. r=christophe.ravel. git-svn-id: svn://10.0.0.236/trunk@187768 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
62435bd953
commit
d1780f18bc
@ -50,6 +50,8 @@ OpenVMS)
|
||||
export DYLD_LIBRARY_PATH
|
||||
LIBRARY_PATH=${1}/lib:${4}:$LIBRARY_PATH
|
||||
export LIBRARY_PATH
|
||||
ADDON_PATH=${1}/lib:${4}:$ADDON_PATH
|
||||
export ADDON_PATH
|
||||
echo ${2}/shlibsign -v -i ${5}
|
||||
${2}/shlibsign -v -i ${5}
|
||||
;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user