summary refs log tree commit diff
path: root/pkgs/os-specific/linux/musl
diff options
context:
space:
mode:
authorAlexey Shmalko <rasen.dubi@gmail.com>2017-01-27 21:54:27 +0200
committerAlexey Shmalko <rasen.dubi@gmail.com>2017-01-27 21:54:27 +0200
commite799e7b5d67faa93595d9b18bfc6210133854ebe (patch)
treefcbbab3586221e5fa5fe95c95930ed8d99d2914d /pkgs/os-specific/linux/musl
parentc466e31a0f5443975921e397283057d8acd6f8cb (diff)
downloadnixpkgs-e799e7b5d67faa93595d9b18bfc6210133854ebe.tar
nixpkgs-e799e7b5d67faa93595d9b18bfc6210133854ebe.tar.gz
nixpkgs-e799e7b5d67faa93595d9b18bfc6210133854ebe.tar.bz2
nixpkgs-e799e7b5d67faa93595d9b18bfc6210133854ebe.tar.lz
nixpkgs-e799e7b5d67faa93595d9b18bfc6210133854ebe.tar.xz
nixpkgs-e799e7b5d67faa93595d9b18bfc6210133854ebe.tar.zst
nixpkgs-e799e7b5d67faa93595d9b18bfc6210133854ebe.zip
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.)
Diffstat (limited to 'pkgs/os-specific/linux/musl')
-rw-r--r--pkgs/os-specific/linux/musl/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/musl/default.nix b/pkgs/os-specific/linux/musl/default.nix
index dd12a18dc82..54d6dbcb1ca 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 = [