libbfd: fix static build

This commit is contained in:
Guillaume Girol 2021-08-07 12:00:00 +00:00
parent 36acee3820
commit a9e2620630

View File

@ -37,9 +37,8 @@ stdenv.mkDerivation {
configureFlags = [
"--enable-targets=all" "--enable-64-bit-bfd"
"--enable-install-libbfd"
"--enable-shared"
"--with-system-zlib"
];
] ++ lib.optional (!stdenv.hostPlatform.isStatic) "--enable-shared";
enableParallelBuilding = true;