--- parser3/buildall 2017/05/22 15:59:31 1.19 +++ parser3/buildall 2017/05/22 16:48:31 1.21 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildall,v 1.19 2017/05/22 15:59:31 moko Exp $ +# $Id: buildall,v 1.21 2017/05/22 16:48:31 moko Exp $ install_directory=$HOME/parser3install sendmail_command="/usr/sbin/sendmail -i -t -f postmaster" @@ -93,7 +93,7 @@ prepare_xz () { if test ! -f "$1"; then echo "Downloading $lib (master at $2)..." - $download http://www.parser.ru/off-line/download/libs/$1 + $download https://www.parser.ru/off-line/download/libs/$1 fi echo "Unpacking $lib..." @@ -185,7 +185,7 @@ if test "$build_xml" = "yes" -a ! -f "$p lib="libxslt-1.1.29" prepare_gz $lib.tar.gz ftp://xmlsoft.org/libxslt/ echo "Configuring $lib..." - CFLAGS="-D__stub_clock_gettime -Dclock_gettime=choke_me" \ + CFLAGS="$CFLAGS -D__stub_clock_gettime -Dclock_gettime=choke_me" \ ./configure --prefix=$project_dir/gnome \ --with-libxml-prefix=$project_dir/gnome \ --without-debug \