--- parser3/Attic/buildall-without-xml 2009/05/16 09:21:16 1.17 +++ parser3/Attic/buildall-without-xml 2009/06/13 08:28:48 1.18 @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: buildall-without-xml,v 1.17 2009/05/16 09:21:16 misha Exp $ +# $Id: buildall-without-xml,v 1.18 2009/06/13 08:28:48 misha Exp $ install_directory=$HOME/parser3install sendmail_command="/usr/sbin/sendmail -i -t -f postmaster" @@ -27,7 +27,7 @@ if test ! -f "$project_directory/gc/lib/ gunzip -c $libgc.tar.gz | tar vxf - >/dev/null cd $libgc echo "Configuring libgc..." - CPPFLAGS="-DUSE_LIBC_PRIVATES -DUSE_MMAP -DUSE_MUNMAP" \ + CPPFLAGS="-DUSE_LIBC_PRIVATES -DUSE_MMAP -DUSE_MUNMAP -DDONT_ADD_BYTE_AT_END" \ ./configure --prefix=$project_directory/gc \ --disable-threads \ --disable-shared \