diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-02-04 19:00:00 +0100 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-03-01 15:19:15 +0100 |
commit | 0a7ef09c8ad90e0898b6ee2c56f9a27efb1b461a (patch) | |
tree | 9b3365ccdcad44e995dfb4d91d5e31ba7d9ddc15 /nx-X11/config/cf/X11.rules | |
parent | 6777fac084ebe133b846f8b9228c732dd0a2bec2 (diff) | |
download | nx-libs-0a7ef09c8ad90e0898b6ee2c56f9a27efb1b461a.tar.gz nx-libs-0a7ef09c8ad90e0898b6ee2c56f9a27efb1b461a.tar.bz2 nx-libs-0a7ef09c8ad90e0898b6ee2c56f9a27efb1b461a.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 |