# HG changeset patch # User Pascal Bellard # Date 1273998033 -7200 # Node ID 725a2347adc3f36370b9f1428876bf9af64e7ad1 # Parent 2f2e0fbc2d560d82c7d181163cb9f7ebc8b0fc9c emacs: GCC 4.5.0 workaround diff -r 2f2e0fbc2d56 -r 725a2347adc3 emacs/receipt --- a/emacs/receipt Sun May 16 10:10:30 2010 +0200 +++ b/emacs/receipt Sun May 16 10:20:33 2010 +0200 @@ -23,8 +23,8 @@ # Gzip workaround in busybox sed -i 's/${GZIP_PROG} -9n/${GZIP_PROG}/g' Makefile.in sed -i 's/${GZIP_PROG} -9n/${GZIP_PROG}/g' leim/Makefile.in - # Configure - ./configure $CONFIGURE_ARGS \ + # Configure (with GCC 4.5.0 workaround) + CFLAGS="-g -O2 -fno-optimize-sibling-calls" ./configure $CONFIGURE_ARGS \ --infodir=/usr/share/emacs/info \ --mandir=/usr/share/man \ --without-makeinfo \