# HG changeset patch # User Pascal Bellard # Date 1357560175 -3600 # Node ID 6d3b0683b624aed7ef97e30e5645b7fb80a55b54 # Parent 39ef441aba078f3a6493432a3ea80f40cbda5353 distcc: fix compile_rules diff -r 39ef441aba07 -r 6d3b0683b624 distcc/receipt --- a/distcc/receipt Mon Jan 07 12:55:20 2013 +0100 +++ b/distcc/receipt Mon Jan 07 13:02:55 2013 +0100 @@ -14,6 +14,7 @@ # Rules to configure and make the package. compile_rules() { + export CFLAGS="-Wno-error=unused-but-set-variable" cd $src ./configure \ --prefix=/usr \