Unverified Commit d9b0ada8 authored by Jan Tojnar's avatar Jan Tojnar Committed by GitHub
Browse files

ltrace: fix test failure with PIE (#449551)

parents 7788f798 f9627d40
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;