# HG changeset patch # User Antoine Bodin # Date 1323493945 -3600 # Node ID 08db442f295b076f04a97b3c95c2223ae0fabec7 # Parent 903c03d31ebff0b650cc746ccc6530fc1269b250 Fix: prevent a building error in iasl diff -r 903c03d31ebf -r 08db442f295b iasl/receipt --- a/iasl/receipt Sat Dec 10 06:11:04 2011 +0100 +++ b/iasl/receipt Sat Dec 10 06:12:25 2011 +0100 @@ -14,6 +14,9 @@ # Rules to configure and make the package. compile_rules() { + # Fix building. + sed -i -e 's/-Werror//g' compiler/Makefile tools/acpisrc/Makefile + cd $src/compiler make -j1 || return 1 cd $src/tools/acpisrc