Display incremental data transfer progress.
[nethome.git] / bin / vellumweb-build
index b977826..d7f89ba 100755 (executable)
@@ -57,7 +57,10 @@ pushd $php
                --with-mysql`d=/usr/local/mysql && test -d $d && echo =$d` \
                --enable-track-vars \
                --enable-memory-limit=yes \
-               --enable-debug=no
+               --enable-debug=no \
+               --with-gd \
+                               --with-zlib-dir=/usr/lib \
+                               --with-jpeg-dir=/usr/lib
        make
        make install
 popd