about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorArmijn Hemel <armijn@gpl-violations.org>2006-07-30 17:07:15 +0000
committerArmijn Hemel <armijn@gpl-violations.org>2006-07-30 17:07:15 +0000
commit0d685d9ebec03cc13c8731a87b0f51c28a7c2de8 (patch)
treea85fbe7a2901a99c912b90e6063c930d5777d863 /pkgs/os-specific
parent961c6e50e5b0ea4037fa6f12b1cc17452ca5344e (diff)
move NIX_GLIBC_FLAGS_SET=1 to the dietlibc-wrapper
svn path=/nixpkgs/trunk/; revision=5992
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/dietlibc-wrapper/builder.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/dietlibc-wrapper/builder.sh b/pkgs/os-specific/linux/dietlibc-wrapper/builder.sh
index 5f941e2e7042f..976cebada832a 100644
--- a/pkgs/os-specific/linux/dietlibc-wrapper/builder.sh
+++ b/pkgs/os-specific/linux/dietlibc-wrapper/builder.sh
@@ -1,11 +1,10 @@
 source $stdenv/setup
 
-#export NIX_GLIBC_FLAGS_SET=1
-
 ensureDir "$(dirname $out/bin/diet)"
 
 cat > $out/bin/gcc << END
 #! $SHELL -e
+export NIX_GLIBC_FLAGS_SET=1
 exec $dietlibc/bin/diet $gcc/bin/gcc "\$@"
 END