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 /nx-X11/config/cf/X11.rules | |
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 'nx-X11/config/cf/X11.rules')
-rw-r--r-- | nx-X11/config/cf/X11.rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/config/cf/X11.rules b/nx-X11/config/cf/X11.rules index 0f6a67ed4..af3473c3a 100644 --- a/nx-X11/config/cf/X11.rules +++ b/nx-X11/config/cf/X11.rules @@ -39,9 +39,9 @@ #endif #ifdef X11ProjectRoot -# define XUsrLibDirPath $(USRLIBDIR)/nx:$(XPROJECTROOT) +# define XUsrLibDirPath $(USRLIBDIR):$(XPROJECTROOT) #else -# define XUsrLibDirPath $(USRLIBDIR)/nx +# define XUsrLibDirPath $(USRLIBDIR) #endif #ifdef UsrLibDirPath # undef UsrLibDirPath |