X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=bin%2Fvellumweb-build;h=b35538437a00dc4d5fb48781234ca05ecbfecf8d;hb=94b24b7859797c88f07cfcfc19579d51f3c82345;hp=a02cd5e88f3c09cfab46824a5e2484f4449133f3;hpb=b2f8f307bdaf134c54f7eecc4c6c43266f9062c2;p=nethome.git diff --git a/bin/vellumweb-build b/bin/vellumweb-build index a02cd5e..b355384 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.28 - openssl=openssl-0.9.7b - modssl=mod_ssl-2.8.15-1.3.28 - php=php-4.3.3 - modperl=mod_perl-1.28 + httpd=apache_1.3.31 + openssl=openssl-0.9.7d + modssl=mod_ssl-2.8.18-1.3.31 + php=php-4.3.6 + modperl=mod_perl-1.29 " with_perl=false export CFLAGS="-ggdb3" @@ -60,7 +60,8 @@ pushd $php --enable-debug=no \ --with-gd \ --with-zlib-dir=/usr/lib \ - --with-jpeg-dir=/usr/lib + --with-jpeg-dir=/usr/lib \ + --with-iconv make make install popd @@ -87,7 +88,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