X-Git-Url: http://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=bin%2Fvellumweb-build;h=d7f89bae34cd1e6084b8acb1beabbe7933de0e45;hp=6afb56873c11e32116fe659ba82d15329cdbbb7a;hb=956320b3383b09e1413b99f5d2f0ef0bf1aa5517;hpb=66f5371f7a1977c0e27dea9e2fb61bb5832b7ad9 diff --git a/bin/vellumweb-build b/bin/vellumweb-build index 6afb568..d7f89ba 100755 --- a/bin/vellumweb-build +++ b/bin/vellumweb-build @@ -5,11 +5,11 @@ arch=$HOME/arch prefix=/usr/local/apache pkgs=" - httpd=apache_1.3.27 - openssl=openssl-0.9.6g - modssl=mod_ssl-2.8.11-1.3.27 - php=php-4.2.3 - modperl=mod_perl-1.27 + httpd=apache_1.3.28 + openssl=openssl-0.9.7b + modssl=mod_ssl-2.8.15-1.3.28 + php=php-4.3.2 + modperl=mod_perl-1.28 " with_perl=false export CFLAGS="-ggdb3" @@ -57,7 +57,10 @@ pushd $php --with-mysql`d=/usr/local/mysql && test -d $d && echo =$d` \ --enable-track-vars \ --enable-memory-limit=yes \ - --enable-debug=no + --enable-debug=no \ + --with-gd \ + --with-zlib-dir=/usr/lib \ + --with-jpeg-dir=/usr/lib make make install popd