mod_ssl-2.8.19-1.3.31
[nethome.git] / bin / vellumweb-build
index dd69761..01eb921 100755 (executable)
@@ -7,7 +7,7 @@ prefix=/usr/local/apache
 pkgs="
        httpd=apache_1.3.31
        openssl=openssl-0.9.7d
-       modssl=mod_ssl-2.8.18-1.3.31
+       modssl=mod_ssl-2.8.19-1.3.31
        php=php-4.3.6
        modperl=mod_perl-1.29
        "
@@ -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