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:
parent
723b60805e
commit
91221f5941
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
assert !stdenv.isDarwin;
|
assert !stdenv.isDarwin;
|
||||||
|
|
||||||
let basename = "binutils-2.25"; in
|
let basename = "binutils-2.23.1"; in
|
||||||
|
|
||||||
with { inherit (stdenv.lib) optional optionals optionalString; };
|
with { inherit (stdenv.lib) optional optionals optionalString; };
|
||||||
|
|
||||||
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/binutils/${basename}.tar.bz2";
|
url = "mirror://gnu/binutils/${basename}.tar.bz2";
|
||||||
sha256 = "08r9i26b05zcwb9zxb6zllpfdiiicdfsgbpsjlrjmvx3rxjzrpi2";
|
sha256 = "06bs5v5ndb4g5qx96d52lc818gkbskd1m0sz57314v887sqfbcia";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
|||||||
# Always add PaX flags section to ELF files.
|
# Always add PaX flags section to ELF files.
|
||||||
# This is needed, for instance, so that running "ldd" on a binary that is
|
# 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.
|
# 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;
|
nativeBuildInputs = optional gold bison;
|
||||||
|
1786
pkgs/development/tools/misc/binutils/pt-pax-flags-20121023.patch
Normal file
1786
pkgs/development/tools/misc/binutils/pt-pax-flags-20121023.patch
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user