orig-glibc -> orig-libc
svn path=/nixpkgs/trunk/; revision=6854
This commit is contained in:
parent
47d7e73abb
commit
115a99e6f4
@ -1,7 +1,7 @@
|
||||
source $stdenv/setup
|
||||
|
||||
if test "$NIX_ENFORCE_PURITY" = "1" -a -n "$NIX_STORE"; then
|
||||
GLIBC=$(cat $NIX_GCC/nix-support/orig-glibc)
|
||||
GLIBC=$(cat $NIX_GCC/nix-support/orig-libc)
|
||||
extraflags="-Dlocincpth=$GLIBC/include -Dloclibpth=$GLIBC/lib"
|
||||
fi
|
||||
|
||||
@ -15,4 +15,4 @@ postInstall() {
|
||||
}
|
||||
postInstall=postInstall
|
||||
|
||||
genericBuild
|
||||
genericBuild
|
||||
|
Loading…
Reference in New Issue
Block a user