wok-stable rev 5582
emacs: GCC 4.5.0 workaround
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 16 10:20:33 2010 +0200 (2010-05-16) |
parents | 2f2e0fbc2d56 |
children | 0ea24a127aa4 |
files | emacs/receipt |
line diff
1.1 --- a/emacs/receipt Sun May 16 10:10:30 2010 +0200 1.2 +++ b/emacs/receipt Sun May 16 10:20:33 2010 +0200 1.3 @@ -23,8 +23,8 @@ 1.4 # Gzip workaround in busybox 1.5 sed -i 's/${GZIP_PROG} -9n/${GZIP_PROG}/g' Makefile.in 1.6 sed -i 's/${GZIP_PROG} -9n/${GZIP_PROG}/g' leim/Makefile.in 1.7 - # Configure 1.8 - ./configure $CONFIGURE_ARGS \ 1.9 + # Configure (with GCC 4.5.0 workaround) 1.10 + CFLAGS="-g -O2 -fno-optimize-sibling-calls" ./configure $CONFIGURE_ARGS \ 1.11 --infodir=/usr/share/emacs/info \ 1.12 --mandir=/usr/share/man \ 1.13 --without-makeinfo \