X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=bin%2Fvellumweb-build;h=83d770fb6f31fea3fa9d7347e9272028e81ae3d7;hb=5c49378525c017e968b78261ba9d8d0e824be6fe;hp=249b8b4dd84b1bb6b3e6fea6cbbbfdbed49b6b3d;hpb=c8ca62308b512d3b442bf37ee924d8b51c0a09be;p=nethome.git diff --git a/bin/vellumweb-build b/bin/vellumweb-build index 249b8b4..83d770f 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.7 - modssl=mod_ssl-2.8.12-1.3.27 - php=php-4.3.0 - modperl=mod_perl-1.27 + httpd=apache_1.3.29 + openssl=openssl-0.9.7d + modssl=mod_ssl-2.8.16-1.3.29 + php=php-4.3.5 + modperl=mod_perl-1.29 " 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 @@ -84,7 +87,8 @@ pushd $httpd --enable-module=so \ --enable-module=headers \ --enable-module=rewrite \ - --enable-module=auth_anon + --enable-module=auth_anon \ + --enable-module=proxy make make install popd