binutils: Apply upstream bug fix

This broke syslinux: http://hydra.nixos.org/build/32430411/nixlog/89/raw
This commit is contained in:
Eelco Dolstra
2016-02-29 15:33:57 +01:00
parent d5bb6a1f9c
commit 89742e6b05
2 changed files with 50 additions and 0 deletions
@@ -32,6 +32,9 @@ stdenv.mkDerivation rec {
# 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.patch
# Bug fix backported from binutils master.
./fix-bsymbolic.patch
];
outputs = [ "out" "info" ];