diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-02-04 18:54:21 +0100 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-03-01 15:19:15 +0100 |
commit | 14e4005b2cf6438769e56e21584894c7acc31871 (patch) | |
tree | 1f4c03ce6d2811ff08d46b2a36b9e067d0230758 /Makefile | |
parent | 5d3c4dda7d6ca619ca9893de98b596d48a89281a (diff) | |
download | nx-libs-14e4005b2cf6438769e56e21584894c7acc31871.tar.gz nx-libs-14e4005b2cf6438769e56e21584894c7acc31871.tar.bz2 nx-libs-14e4005b2cf6438769e56e21584894c7acc31871.zip |
Makefile: Actively set/override USRLIBDIR and SHLIBDIR when calling Xserver's make process.
SHLIBDIR -> Points to the system's official library folder.
USRLIBDIR -> In NX, this variable (amongst others) is used to set
the executables RPATH (if enabled), so pointing this
to SHLIBDIR/nx-X11.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ build-full: cd nxcompshad && autoconf && (${CONFIGURE}) && ${MAKE} - cd nx-X11 && ${MAKE} World + cd nx-X11 && ${MAKE} World USRLIBDIR=$(USRLIBDIR) SHLIBDIR=$(SHLIBDIR) cd nxproxy && autoconf && (${CONFIGURE}) && ${MAKE} |