ltrace: fix test failure with PIE

Fixes #439314

Co-authored-by: Martin Joerg <martin.joerg@gmail.com>
This commit is contained in:
Luna Nova
2025-10-07 08:49:53 -07:00
parent 73d0441dfe
commit f9627d40ad

View File

@@ -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;