php: +--with-iconv
[nethome.git] / bin / vellumweb-build
index d52cf79..b355384 100755 (executable)
@@ -5,11 +5,11 @@
 arch=$HOME/arch
 prefix=/usr/local/apache
 pkgs="
-       httpd=apache_1.3.29
-       openssl=openssl-0.9.7c
-       modssl=mod_ssl-2.8.16-1.3.29
-       php=php-4.3.4
-       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