* 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:
Eelco Dolstra
2006-10-18 16:16:07 +00:00
parent f3619824a9
commit ce22859f8a
6 changed files with 27 additions and 30 deletions
-1
View File
@@ -7,6 +7,5 @@ stdenv.mkDerivation ({
md5 = "bdec4b75c76ac9bf51b6dd1747d3b06e";
};
} // (if stdenv ? isDietLibC then {
NIX_CFLAGS_COMPILE="-D_BSD_SOURCE=1";
patches = [./uclibc.patch];
} else {}))