* Bash on dietlibc.
* Pass -D_BSD_SOURCE=1 by default in the dietlibc stdenv. svn path=/nixpkgs/trunk/; revision=6768
This commit is contained in:
@@ -7,6 +7,5 @@ stdenv.mkDerivation ({
|
||||
md5 = "bdec4b75c76ac9bf51b6dd1747d3b06e";
|
||||
};
|
||||
} // (if stdenv ? isDietLibC then {
|
||||
NIX_CFLAGS_COMPILE="-D_BSD_SOURCE=1";
|
||||
patches = [./uclibc.patch];
|
||||
} else {}))
|
||||
|
||||
Reference in New Issue
Block a user