python-3.4: Add support for grsecurity
This commit is contained in:
parent
982c84514b
commit
f3967570e7
@ -54,6 +54,8 @@ stdenv.mkDerivation {
|
||||
postInstall = ''
|
||||
rm -rf "$out/lib/python${majorVersion}/test"
|
||||
ln -s "$out/include/python${majorVersion}m" "$out/include/python${majorVersion}"
|
||||
|
||||
paxmark E $out/bin/python${majorVersion}
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
|
Loading…
Reference in New Issue
Block a user