Simple redirection by $QUERY_STRING
[nethome.git] / bin / vellumweb-build
index 02ad400..01eb921 100755 (executable)
@@ -5,10 +5,10 @@
 arch=$HOME/arch
 prefix=/usr/local/apache
 pkgs="
-       httpd=apache_1.3.29
+       httpd=apache_1.3.31
        openssl=openssl-0.9.7d
-       modssl=mod_ssl-2.8.16-1.3.29
-       php=php-4.3.4
+       modssl=mod_ssl-2.8.19-1.3.31
+       php=php-4.3.6
        modperl=mod_perl-1.29
        "
 with_perl=false
@@ -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