3
0
Fork 0
forked from mirrors/nixpkgs

musl: build musl-gcc

The build of the wrapper was disabled in 93e44be (#21023) and is not
related to the CVE itself. (See comments in the mentioned PR.)
This commit is contained in:
Alexey Shmalko 2017-01-27 21:54:27 +02:00
parent c466e31a0f
commit e799e7b5d6
No known key found for this signature in database
GPG key ID: DCEF7BCCEB3066C3

View file

@ -22,7 +22,6 @@ stdenv.mkDerivation rec {
configureFlags = [
"--enable-shared"
"--enable-static"
"--disable-gcc-wrapper"
];
patches = [