commit | 7c09817b4fdcaa9dc1714bb5ed3101c8a2c931c8 | [log] [tgz] |
---|---|---|
author | Nick Wellnhofer <wellnhofer@aevum.de> | Sat May 20 14:55:08 2017 +0200 |
committer | Nick Wellnhofer <wellnhofer@aevum.de> | Sat May 20 14:55:08 2017 +0200 |
tree | 273986b7c0a80862a6c221580c23ca4c46022ba2 | |
parent | 0539a8ce8b74f4d31da7ae75aa96216b8ff40475 [diff] |
Add --disable-new-dtags option when setting rpath Some newer Linux systems enable the "new dtags" linker option by default. With this option --rpath sets DT_RUNPATH instead of DT_RPATH. Unfortunately, DT_RUNPATH is not applied transitively when searching for indirect dependencies, breaking the Lucy test executable. See https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/1253638 https://sourceware.org/bugzilla/show_bug.cgi?id=13945