From 6b0769ef90fafb59054dae2f68c1c71369ed8151 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Sun, 2 Feb 2014 21:14:55 +0400 Subject: [PATCH] Use dynamical libbfd because static one is searched in strange places --- pkgs/development/compilers/gcl/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/compilers/gcl/default.nix b/pkgs/development/compilers/gcl/default.nix index 85da8f72bf80..de53def23114 100644 --- a/pkgs/development/compilers/gcl/default.nix +++ b/pkgs/development/compilers/gcl/default.nix @@ -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