Unverified Commit f9627d40 authored by Luna Nova's avatar Luna Nova
Browse files

ltrace: fix test failure with PIE



Fixes #439314

Co-authored-by: default avatarMartin Joerg <martin.joerg@gmail.com>
parent 73d0441d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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;