Branch: refs/heads/master Home: https://github.com/kronosnet/kronosnet Commit: dba12205e7a62e621998947ad253bdfa5696c241 https://github.com/kronosnet/kronosnet/commit/dba12205e7a62e621998947ad253bd... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-19 (Fri, 19 Jan 2018)
Changed paths: M configure.ac
Log Message: ----------- Use LD_LIBRARY_PATH to find the build tree artifacts and disable RPATH across the project
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.
Based on the original patch from Ferenc.
Signed-off-by: Ferenc Wágner wferi@debian.org Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: ca098422c099895b9b5aaef517671e297bf67b4e https://github.com/kronosnet/kronosnet/commit/ca098422c099895b9b5aaef517671e... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-19 (Fri, 19 Jan 2018)
Changed paths: M configure.ac
Log Message: ----------- Merge pull request #118 from kronosnet/runpath
Use LD_LIBRARY_PATH to find the build tree artifacts
Compare: https://github.com/kronosnet/kronosnet/compare/1d4f9b050386...ca098422c099