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:
wtc%netscape.com 2003-03-22 02:59:26 +00:00
Родитель 1d70a4bbea
Коммит 48629bc614
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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}