Commit 1c1431c0 authored by Mihai Moldovan's avatar Mihai Moldovan

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.
parent d1897719
......@@ -15,6 +15,7 @@ nxproxy_LDADD = \
nxproxy_LDFLAGS = \
$(PTHREAD_LDFLAGS) \
-Wl,--enable-new-dtags \
$(NULL)
nxproxy_CFLAGS = \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment