forked from mirrors/nixpkgs
Merge pull request #19515 from joachifm/thunderbird-pax
thunderbird: disable PaX mprotect() hardening
This commit is contained in:
commit
7c6b92a3c4
|
@ -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/;
|
||||
|
|
Loading…
Reference in a new issue