mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
btrfsprogs: override -Werror option in CFLAGS to fix build errors with GCC 4.6.1
svn path=/nixpkgs/trunk/; revision=29693
This commit is contained in:
parent
b1b09c1510
commit
8686ca6278
@ -18,7 +18,7 @@ rec {
|
||||
|
||||
inherit buildInputs;
|
||||
configureFlags = [];
|
||||
makeFlags = ["prefix=$out"];
|
||||
makeFlags = ["prefix=$out CFLAGS=-Os"];
|
||||
|
||||
patches = [ ./glibc212.patch ];
|
||||
phaseNames = ["doPatch" "doEnsureBtrfsImage" "doMakeInstall"];
|
||||
|
Loading…
Reference in New Issue
Block a user