mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Use dynamical libbfd because static one is searched in strange places
This commit is contained in:
parent
41faaa1970
commit
6b0769ef90
1 changed files with 2 additions and 0 deletions
|
@ -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