зеркало из https://github.com/mozilla/pjs.git
Have the current directory in the LD_LIBRARY_PATH first so that the shared
objects in the current directory are loaded before others that may be in the LD_LIBRARY_PATH
This commit is contained in:
Родитель
fcf912cef6
Коммит
e6c5e8bb63
|
@ -32,6 +32,6 @@
|
|||
# GPL.
|
||||
#
|
||||
|
||||
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:.
|
||||
LD_LIBRARY_PATH=.:${LD_LIBRARY_PATH}
|
||||
export LD_LIBRARY_PATH
|
||||
exec ./psm
|
||||
|
|
Загрузка…
Ссылка в новой задаче