forked from mirrors/nixpkgs
valgrind: Fix running under grsecurity
This commit is contained in:
parent
25859fae74
commit
90172ba079
|
@ -38,6 +38,8 @@ stdenv.mkDerivation rec {
|
|||
--replace 'obj:/usr/X11R6/lib' 'obj:*/lib' \
|
||||
--replace 'obj:/usr/lib' 'obj:*/lib'
|
||||
done
|
||||
|
||||
paxmark m $out/lib/valgrind/*-*-linux
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue