From 956320b3383b09e1413b99f5d2f0ef0bf1aa5517 Mon Sep 17 00:00:00 2001 From: short <> Date: Fri, 25 Jul 2003 10:39:31 +0000 Subject: [PATCH] Add jpeg support for gd library of PHP. - Requested by Klokan. --- bin/vellumweb-build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/vellumweb-build b/bin/vellumweb-build index 57c526d..d7f89ba 100755 --- a/bin/vellumweb-build +++ b/bin/vellumweb-build @@ -59,7 +59,8 @@ pushd $php --enable-memory-limit=yes \ --enable-debug=no \ --with-gd \ - --with-zlib-dir=/usr/lib + --with-zlib-dir=/usr/lib \ + --with-jpeg-dir=/usr/lib make make install popd -- 1.8.3.1