Merge #1187 into p/stdenv

Tested building firefox, kdelibs, evince on x86_64-linux.
This commit is contained in:
Vladimír Čunát
2014-05-29 22:16:07 +02:00
39 changed files with 2138 additions and 45 deletions
@@ -239,6 +239,11 @@ postInstall() {
fi
done
# Disable RANDMMAP on grsec, which causes segfaults when using
# precompiled headers.
# See https://bugs.gentoo.org/show_bug.cgi?id=301299#c31
paxmark r $out/libexec/gcc/*/*/{cc1,cc1plus}
eval "$postInstallGhdl"
}