Revert "binutils: 2.23.1 -> 2.25"

This reverts commit 4adae43646.

This breaks the building of samba and likely other binaries as some
libraries are never linked.
This commit is contained in:
William A. Kennington III 2015-04-08 12:14:08 -07:00
parent 723b60805e
commit 91221f5941
3 changed files with 1789 additions and 1033 deletions

View file

@ -4,7 +4,7 @@
assert !stdenv.isDarwin;
let basename = "binutils-2.25"; in
let basename = "binutils-2.23.1"; in
with { inherit (stdenv.lib) optional optionals optionalString; };
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnu/binutils/${basename}.tar.bz2";
sha256 = "08r9i26b05zcwb9zxb6zllpfdiiicdfsgbpsjlrjmvx3rxjzrpi2";
sha256 = "06bs5v5ndb4g5qx96d52lc818gkbskd1m0sz57314v887sqfbcia";
};
patches = [
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
# 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-20141022.patch
./pt-pax-flags-20121023.patch
];
nativeBuildInputs = optional gold bison;

File diff suppressed because it is too large Load diff