mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
libbfd: back to postPatch, restore configurePlatforms
This commit is contained in:
parent
e25a343716
commit
42a17d638b
@ -18,13 +18,14 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
# We just want to build libbfd
|
||||
postAutoreconf = ''
|
||||
postPatch = ''
|
||||
cd bfd
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook264 bison ];
|
||||
buildInputs = [ libiberty zlib ];
|
||||
|
||||
configurePlatforms = [ "build" "host" ];
|
||||
configureFlags = [
|
||||
"--enable-targets=all" "--enable-64-bit-bfd"
|
||||
"--enable-install-libbfd"
|
||||
|
Loading…
Reference in New Issue
Block a user