GNU Guile 1.8: Build without `-Werror'.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32631
This commit is contained in:
parent
b653b3c559
commit
5afbf9075e
@ -11,6 +11,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
patches = [ ./cpp-4.5.patch ];
|
patches = [ ./cpp-4.5.patch ];
|
||||||
|
|
||||||
|
# GCC 4.6 raises a number of set-but-unused warnings.
|
||||||
|
configureFlags = [ "--disable-error-on-warning" ];
|
||||||
|
|
||||||
buildNativeInputs = [ makeWrapper gawk ];
|
buildNativeInputs = [ makeWrapper gawk ];
|
||||||
propagatedBuildInputs = [ readline gmp libtool ];
|
propagatedBuildInputs = [ readline gmp libtool ];
|
||||||
selfBuildNativeInput = true;
|
selfBuildNativeInput = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user