valgrind-light: fix build for ELFv2 PowerPC BE
Void has an up to date version of the patch from the bug report. Might also fix valgrind (non-light) — I didn't test.
This commit is contained in:
parent
ff5d09638c
commit
900d7d6d40
@ -14,6 +14,12 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
patches = [
|
||||
# Fix build on ELFv2 powerpc64
|
||||
# https://bugs.kde.org/show_bug.cgi?id=398883
|
||||
(fetchurl {
|
||||
url = "https://github.com/void-linux/void-packages/raw/3e16b4606235885463fc9ab45b4c120f1a51aa28/srcpkgs/valgrind/patches/elfv2-ppc64-be.patch";
|
||||
sha256 = "NV/F+5aqFZz7+OF5oN5MUTpThv4H5PEY9sBgnnWohQY=";
|
||||
})
|
||||
# Fix checks on Musl.
|
||||
# https://bugs.kde.org/show_bug.cgi?id=453929
|
||||
(fetchpatch {
|
||||
|
Loading…
Reference in New Issue
Block a user