python-3.3: Add support for grsecurity
This commit is contained in:
parent
6a4fd79b51
commit
982c84514b
|
@ -53,6 +53,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