зеркало из https://github.com/mozilla/pjs.git
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.
This commit is contained in:
Родитель
1d70a4bbea
Коммит
48629bc614
|
@ -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}
|
||||
|
|
Загрузка…
Ссылка в новой задаче