From: short <> Date: Thu, 3 Jun 2004 01:44:37 +0000 (+0000) Subject: php: +--with-iconv X-Git-Tag: bp_liverpm~13 X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=94b24b7859797c88f07cfcfc19579d51f3c82345 php: +--with-iconv --- diff --git a/bin/vellumweb-build b/bin/vellumweb-build index dd69761..b355384 100755 --- a/bin/vellumweb-build +++ b/bin/vellumweb-build @@ -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