This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x-rpm-debug in repository nx-libs. commit 1c1431c0ff41afa8221ea8a1e0d4514746ebbaa3 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Jan 3 03:22:31 2018 +0100 nxproxy/src/Makefile.am: build library using RUNPATH instead of RPATH. Will only be useful at build time, since installation strips any RPATH/RUNPATH again. --- nxproxy/src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/nxproxy/src/Makefile.am b/nxproxy/src/Makefile.am index 4fd2eef..ecf2a04 100644 --- a/nxproxy/src/Makefile.am +++ b/nxproxy/src/Makefile.am @@ -15,6 +15,7 @@ nxproxy_LDADD = \ nxproxy_LDFLAGS = \ $(PTHREAD_LDFLAGS) \ + -Wl,--enable-new-dtags \ $(NULL) nxproxy_CFLAGS = \ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git