From 1c1431c0ff41afa8221ea8a1e0d4514746ebbaa3 Mon Sep 17 00:00:00 2001 From: Mihai Moldovan Date: Wed, 3 Jan 2018 03:22:31 +0100 Subject: 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(+) (limited to 'nxproxy') diff --git a/nxproxy/src/Makefile.am b/nxproxy/src/Makefile.am index 4fd2eefd6..ecf2a0486 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 = \ -- cgit v1.2.3