--- parser3/buildall 2019/11/27 23:23:49 1.26 +++ parser3/buildall 2019/11/28 13:02:14 1.27 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildall,v 1.26 2019/11/27 23:23:49 moko Exp $ +# $Id: buildall,v 1.27 2019/11/28 13:02:14 moko Exp $ install_directory=$HOME/parser3install sendmail_command="/usr/sbin/sendmail -i -t -f postmaster" @@ -110,7 +110,7 @@ prepare_xz () { cleanup () { cd .. -# rm -rf $lib + rm -rf $lib } #################################### Building #################################### @@ -152,7 +152,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.9.4" + lib="libxml2-2.9.9" 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..." @@ -184,7 +184,7 @@ 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.29" + lib="libxslt-1.1.34" prepare_gz $lib.tar.gz ftp://xmlsoft.org/libxslt/ echo "Configuring $lib..." CFLAGS="$CFLAGS -D__stub_clock_gettime -Dclock_gettime=choke_me" \