Merge pull request #19515 from joachifm/thunderbird-pax

thunderbird: disable PaX mprotect() hardening
This commit is contained in:
Graham Christensen 2016-10-15 18:11:06 -04:00 committed by GitHub
commit 7c6b92a3c4

View file

@ -113,6 +113,11 @@ stdenv.mkDerivation rec {
EOF
'';
postFixup =
''
paxmark m $out/lib/thunderbird-${version}/thunderbird
'';
meta = with stdenv.lib; {
description = "A full-featured e-mail client";
homepage = http://www.mozilla.org/thunderbird/;