From 94b24b7859797c88f07cfcfc19579d51f3c82345 Mon Sep 17 00:00:00 2001 From: short <> Date: Thu, 3 Jun 2004 01:44:37 +0000 Subject: [PATCH] php: +--with-iconv --- bin/vellumweb-build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.8.3.1