Add jpeg support for gd library of PHP.
authorshort <>
Fri, 25 Jul 2003 10:39:31 +0000 (10:39 +0000)
committershort <>
Fri, 25 Jul 2003 10:39:31 +0000 (10:39 +0000)
 - Requested by Klokan.

bin/vellumweb-build

index 57c526d..d7f89ba 100755 (executable)
@@ -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