]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/uClibc-gen_wctype-segfault.patch
Wir kehren zurueck zu Kudzu, da hwinfo noch mehr Aerger macht.
[people/teissler/ipfire-2.x.git] / src / patches / uClibc-gen_wctype-segfault.patch
1 --- Makefile.bak 2006-10-24 00:56:23.000000000 +0000
2 +++ Makefile 2006-10-23 19:57:49.000000000 +0000
3 @@ -32,7 +32,7 @@
4 ./gen_wc8bit `cat codesets.txt`
5
6 gen_wctype: gen_wctype.c
7 - $(HOSTCC) $(HOSTCFLAGS) $(NATIVE_LDFLAGS) -D__UCLIBC_GEN_LOCALE $^ -o $@
8 + $(HOSTCC) $(HOSTCFLAGS) $(NATIVE_LDFLAGS) -O1 -D__UCLIBC_GEN_LOCALE $^ -o $@
9
10 # Warning! Beware tr_TR toupper/tolower exceptions!
11 wctables.h: gen_wctype