--- parser3/buildall 2013/08/26 19:37:20 1.8 +++ parser3/buildall 2013/10/18 12:57:09 1.12 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildall,v 1.8 2013/08/26 19:37:20 moko Exp $ +# $Id: buildall,v 1.12 2013/10/18 12:57:09 moko Exp $ install_directory=$HOME/parser3install sendmail_command="/usr/sbin/sendmail -i -t -f postmaster" @@ -55,7 +55,7 @@ if test "$build_xml" = "yes"; then fi bits=`getconf LONG_BIT` -if test "$bits" = "64" -a "$build_apache" = "yes"; then +if test "$bits" = "64" -o "$build_apache" = "yes"; then cflags="$cflags --with-pic" else cflags="$cflags --without-pic" @@ -128,7 +128,7 @@ if test ! -f "$project_dir/gc/lib/libgc. fi if test ! -f "$project_dir/pcre/lib/libpcre.a"; then - lib="pcre-8.30" + lib="pcre-8.33" prepare_gz $lib.tar.gz ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ echo "Configuring $lib..." ./configure --prefix="$project_dir/pcre" \ @@ -146,7 +146,7 @@ if test ! -f "$project_dir/pcre/lib/libp fi if test "$build_xml" = "yes" -a ! -f "$project_dir/gnome/lib/libxml2.a"; then - lib="libxml2-2.8.0" + lib="libxml2-2.9.1" prepare_gz $lib.tar.gz ftp://xmlsoft.org/libxml2/ #sax1, output, tree, xinclude[in libxslt], html[in libxslt, mode=html?], xptr[xinclude], pattern -- needed! echo "Configuring $lib..." @@ -159,7 +159,6 @@ if test "$build_xml" = "yes" -a ! -f "$p --without-legacy \ --without-push \ --without-python \ - --without-reader \ --without-writer \ --without-readline \ --without-regexps \ @@ -179,9 +178,10 @@ if test "$build_xml" = "yes" -a ! -f "$p fi if test "$build_xml" = "yes" -a ! -f "$project_dir/gnome/lib/libxslt.a"; then - lib="libxslt-1.1.26" + lib="libxslt-1.1.28" prepare_gz $lib.tar.gz ftp://xmlsoft.org/libxslt/ echo "Configuring $lib..." + CFLAGS="-D__stub_clock_gettime -Dclock_gettime=choke_me" \ ./configure --prefix=$project_dir/gnome \ --with-libxml-prefix=$project_dir/gnome \ --without-debug \