Browse Source
Resulting binaries like libstdc++.so will end up having an rpath with an absolute path to the build sandbox set in the elf headers. This issue was discovered when trying to run a cross-compiled lftp which was cross-compiled against musl libc and segfaulted when being executed. Removing the explicit rpath seems to solve the runtime issue because lftp is not segfaulting anymore and works as expected.stable/0.6
Christian Wiese
11 years ago
1 changed files with 1 additions and 3 deletions
Loading…
Reference in new issue