mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
* Hack to get static util-linux builds to work.
svn path=/nixpkgs/trunk/; revision=6917
This commit is contained in:
parent
6225e46baf
commit
32cb4c8a54
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user