]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - iasl/patches/iasl-20110922-locale.patch
SDL: Remove package
[people/amarx/ipfire-3.x.git] / iasl / patches / iasl-20110922-locale.patch
1 diff -Nuar acpica-unix-20110922.orig/compiler/Makefile acpica-unix-20110922/compiler/Makefile
2 --- acpica-unix-20110922.orig/compiler/Makefile 2011-09-22 15:59:34.000000000 +0000
3 +++ acpica-unix-20110922/compiler/Makefile 2011-11-07 03:36:49.103281798 +0000
4 @@ -258,10 +258,10 @@
5 #
6 # Bison/Flex configuration
7 #
8 -YACC= bison
9 +YACC= LC_ALL=C bison
10 YFLAGS+= -v -d -y
11
12 -LEX= flex
13 +LEX= LC_ALL=C flex
14 LFLAGS+= -i -s
15
16 #