- Fix LD_LIBRARY_PATH at startup (Steve Knodle)

This commit is contained in:
Christopher Aillon 2004-10-26 17:44:23 +00:00
parent 0cabdc2ab0
commit 084a3d1b04
2 changed files with 4 additions and 1 deletions

View File

@ -55,7 +55,7 @@ if [ "$LD_LIBRARY_PATH" ]
then then
LD_LIBRARY_PATH=$MOZ_DIST_BIN:$MOZ_DIST_BIN/plugins:$LD_LIBRARY_PATH LD_LIBRARY_PATH=$MOZ_DIST_BIN:$MOZ_DIST_BIN/plugins:$LD_LIBRARY_PATH
else else
LD_LIBRARY_PATH=$MOZ_DIST_BIN:$MOZ_DIST_BIN LD_LIBRARY_PATH=$MOZ_DIST_BIN:$MOZ_DIST_BIN/plugins
fi fi
export LD_LIBRARY_PATH export LD_LIBRARY_PATH

View File

@ -227,6 +227,9 @@ fi
#--------------------------------------------------------------------- #---------------------------------------------------------------------
%changelog %changelog
* Tue Oct 26 2004 Christopher Aillon <caillon@redhat.com>
- Fix LD_LIBRARY_PATH at startup (Steve Knodle)
* Fri Oct 22 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.21 * Fri Oct 22 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.21
- Prevent inlining of stack direction detection (#135255) - Prevent inlining of stack direction detection (#135255)