mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
Use dynamical libbfd because static one is searched in strange places
This commit is contained in:
parent
41faaa1970
commit
6b0769ef90
|
@ -28,6 +28,8 @@ rec {
|
|||
inherit buildInputs;
|
||||
configureFlags = [
|
||||
"--enable-ansi"
|
||||
"--enable-dynsysbfd"
|
||||
"--disable-statsysbfd"
|
||||
];
|
||||
|
||||
# Upstream bug submitted - http://savannah.gnu.org/bugs/index.php?30371
|
||||
|
|
Loading…
Reference in a new issue