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
|
EOF
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
postFixup =
|
||||||
|
''
|
||||||
|
paxmark m $out/lib/thunderbird-${version}/thunderbird
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A full-featured e-mail client";
|
description = "A full-featured e-mail client";
|
||||||
homepage = http://www.mozilla.org/thunderbird/;
|
homepage = http://www.mozilla.org/thunderbird/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user