From: short <> Date: Fri, 25 Jul 2003 10:39:31 +0000 (+0000) Subject: Add jpeg support for gd library of PHP. X-Git-Tag: bp_liverpm~62 X-Git-Url: http://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=956320b3383b09e1413b99f5d2f0ef0bf1aa5517 Add jpeg support for gd library of PHP. - Requested by Klokan. --- 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