about summary refs log tree commit diff
path: root/pkgs/development/libraries/glibc-2.10/localesbuilder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/glibc-2.10/localesbuilder.sh')
-rw-r--r--pkgs/development/libraries/glibc-2.10/localesbuilder.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/pkgs/development/libraries/glibc-2.10/localesbuilder.sh b/pkgs/development/libraries/glibc-2.10/localesbuilder.sh
deleted file mode 100644
index d732e208fa22..000000000000
--- a/pkgs/development/libraries/glibc-2.10/localesbuilder.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-# Glibc cannot have itself in its RPATH.
-export NIX_NO_SELF_RPATH=1
-
-source $stdenv/setup
-
-postConfigure() {
-    # Hack: get rid of the `-static' flag set by the bootstrap stdenv.
-    # This has to be done *after* `configure' because it builds some
-    # test binaries.
-    export NIX_CFLAGS_LINK=
-    export NIX_LDFLAGS_BEFORE=
-
-    export NIX_DONT_SET_RPATH=1
-    unset CFLAGS
-}
-
-genericBuild