fix paxmark on non-linux (a bug in grsecurity PR #1187)

This commit is contained in:
Vladimír Čunát
2014-05-15 13:25:49 +02:00
committed by Ricardo M. Correia
parent 6021ce8b83
commit 3d3aea09b9
2 changed files with 9 additions and 3 deletions
+1
View File
@@ -12,6 +12,7 @@ cat "$setup" >> $out/setup
sed -e "s^@initialPath@^$initialPath^g" \
-e "s^@gcc@^$gcc^g" \
-e "s^@shell@^$shell^g" \
-e "s^@needsPax@^$needsPax^g" \
< $out/setup > $out/setup.tmp
mv $out/setup.tmp $out/setup