python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / libraries / glibc / locales-builder.sh
blobd732e208fa22a6f4afc2be7c00ac67b0335ea536
1 # Glibc cannot have itself in its RPATH.
2 export NIX_NO_SELF_RPATH=1
4 source $stdenv/setup
6 postConfigure() {
7 # Hack: get rid of the `-static' flag set by the bootstrap stdenv.
8 # This has to be done *after* `configure' because it builds some
9 # test binaries.
10 export NIX_CFLAGS_LINK=
11 export NIX_LDFLAGS_BEFORE=
13 export NIX_DONT_SET_RPATH=1
14 unset CFLAGS
17 genericBuild