binutils: Add PaX patch

This commit is contained in:
Ricardo M. Correia 2014-03-08 21:57:18 +01:00
parent a0f683686c
commit 2902c8f628
2 changed files with 1791 additions and 0 deletions

View File

@ -27,6 +27,11 @@ stdenv.mkDerivation rec {
# Make binutils output deterministic by default.
./deterministic.patch
# Always add PaX flags section to ELF files.
# This is needed, for instance, so that running "ldd" on a binary that is
# PaX-marked to disable mprotect doesn't fail with permission denied.
./pt-pax-flags-20121023.patch
];
buildInputs =

File diff suppressed because it is too large Load Diff