diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-02-04 19:00:00 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-02-09 23:39:25 +0000 |
commit | ba620a054a7a9dfebc040a4f3cbf27c9e9ffe4b0 (patch) | |
tree | 899ba0816d1a86bfcff3e28fe425386f96e4a219 /bin | |
parent | 9d1da072c5f44e33d071a7f4f7c8c436cc8494fd (diff) | |
download | nx-libs-ba620a054a7a9dfebc040a4f3cbf27c9e9ffe4b0.tar.gz nx-libs-ba620a054a7a9dfebc040a4f3cbf27c9e9ffe4b0.tar.bz2 nx-libs-ba620a054a7a9dfebc040a4f3cbf27c9e9ffe4b0.zip |
Load libNX_X11 / faked libX11 via RPATH setting rather than fidgeting with LD_LIBRARY_PATH in the nxagent wrapper script.
Fixes ArcticaProject/nx-libs#225.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/nxagent.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/nxagent.in b/bin/nxagent.in index b3e87aab1..3a9dfc649 100644 --- a/bin/nxagent.in +++ b/bin/nxagent.in @@ -20,6 +20,5 @@ NX_LIBDIR=@@NXLIBDIR@@ # make sure nxagent starts properly with pam_tmpdir.so being in use NX_TEMP=${NX_TEMP:-/tmp} export NX_TEMP -export LD_LIBRARY_PATH=@@NX_LIBDIR@@/X11/ exec $NX_LIBDIR/bin/${NXAPP:-"nxagent"} "$@" |