* binutils on dietlibc.

* Pass -lcompat by default in the dietlibc stdenv.

svn path=/nixpkgs/trunk/; revision=6770
This commit is contained in:
Eelco Dolstra
2006-10-19 11:03:20 +00:00
parent c696045af0
commit 6b03da43d9
5 changed files with 6 additions and 47 deletions

View File

@@ -13,9 +13,7 @@ stdenv.mkDerivation ({
};
}
# libcompat.a is needed on dietlibc for stpcpy().
// (if stdenv ? isDietLibC then {
NIX_LDFLAGS = "-lcompat";
patches = [./winsize.patch];
} else {})