mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 05:23:54 +00:00
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/X11R6/lib' 'obj:*/lib' \
|
||||||
--replace 'obj:/usr/lib' 'obj:*/lib'
|
--replace 'obj:/usr/lib' 'obj:*/lib'
|
||||||
done
|
done
|
||||||
|
|
||||||
|
paxmark m $out/lib/valgrind/*-*-linux
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user