* binutils on dietlibc.
* Pass -lcompat by default in the dietlibc stdenv. svn path=/nixpkgs/trunk/; revision=6770
This commit is contained in:
@@ -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 {})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user