From e799e7b5d67faa93595d9b18bfc6210133854ebe Mon Sep 17 00:00:00 2001 From: Alexey Shmalko Date: Fri, 27 Jan 2017 21:54:27 +0200 Subject: [PATCH] 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.) --- pkgs/os-specific/linux/musl/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/os-specific/linux/musl/default.nix b/pkgs/os-specific/linux/musl/default.nix index dd12a18dc82d..54d6dbcb1ca4 100644 --- a/pkgs/os-specific/linux/musl/default.nix +++ b/pkgs/os-specific/linux/musl/default.nix @@ -22,7 +22,6 @@ stdenv.mkDerivation rec { configureFlags = [ "--enable-shared" "--enable-static" - "--disable-gcc-wrapper" ]; patches = [