* Hack to get static util-linux builds to work.

svn path=/nixpkgs/trunk/; revision=6917
This commit is contained in:
Eelco Dolstra 2006-10-31 16:21:24 +00:00
parent 6225e46baf
commit 32cb4c8a54

View File

@ -14,4 +14,7 @@ stdenv.mkDerivation {
makeFlagsArray=(usrbinexecdir=$out/bin usrsbinexecdir=$out/sbin datadir=$out/share exampledir=$out/share/getopt)
installFlagsArray=(\"\${makeFlagsArray[@]}\")
";
# Hack to get static builds to work.
NIX_CFLAGS_COMPILE = "-DHAVE___PROGNAME=1";
}