python-3.3: Add support for grsecurity

This commit is contained in:
Ricardo M. Correia 2014-03-17 19:11:12 +01:00
parent 6a4fd79b51
commit 982c84514b
1 changed files with 2 additions and 0 deletions

View File

@ -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 = {