Branch: refs/heads/runpath
Home:
https://github.com/kronosnet/kronosnet
Commit: d36fa535da083f8a9be3b972bbadd5fd3c5b3262
https://github.com/kronosnet/kronosnet/commit/d36fa535da083f8a9be3b972bbadd…
Author: Ferenc Wágner <wferi(a)debian.org>
Date: 2018-01-18 (Thu, 18 Jan 2018)
Changed paths:
M libknet/Makefile.am
Log Message:
-----------
Use LD_LIBRARY_PATH to find the build tree artifacts
The libtool wrapper scripts of the test binaries set LD_LIBRARY_PATH to
find the libknet library and its modules in the build tree, but RPATH
overrides this setting. This is why RPATH is deprecated, so we switch
to RUNPATH instead by using --enable-new-dtags, which is already the
linker default on Debian for example.
Signed-off-by: Ferenc Wágner <wferi(a)debian.org>