X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=bin%2Fvellumweb-build;h=01eb92101d228caefb76718cfa0c5e58dfba698b;hb=373a6702820d5b6b356f0e1257b8d0351eb2d123;hp=50314c8ccc8f4808c115536ea31bc0b9f50f3581;hpb=aeb213411dbd54d1b6f0cb5fd12cdd343f35139b;p=nethome.git diff --git a/bin/vellumweb-build b/bin/vellumweb-build index 50314c8..01eb921 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.19-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