ltrace: fix test failure with PIE
Fixes #439314 Co-authored-by: Martin Joerg <martin.joerg@gmail.com>
This commit is contained in:
@@ -48,6 +48,11 @@ stdenv.mkDerivation {
|
||||
./testsuite-newfstatat.patch
|
||||
# https://gitlab.com/cespedes/ltrace/-/merge_requests/15
|
||||
./sysdeps-x86.patch
|
||||
# print-instruction-pointer.exp doesn't expect ASLR
|
||||
(fetchurl {
|
||||
url = "https://github.com/gentoo/gentoo/raw/a2eb7e103ec985ff90f59e722e0a8a43373972a2/dev-debug/ltrace/files/ltrace-0.7.3-print-test-pie.patch";
|
||||
hash = "sha256-QRsUoN3WLzfiY5GDPwVYXtJPFMJt6rcc6eE96SAtI6Q=";
|
||||
})
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
Reference in New Issue
Block a user