Fixed --with-gd build.
authorshort <>
Wed, 23 Jul 2003 18:03:37 +0000 (18:03 +0000)
committershort <>
Wed, 23 Jul 2003 18:03:37 +0000 (18:03 +0000)
bin/vellumweb-build

index 8d8b9a7..57c526d 100755 (executable)
@@ -58,7 +58,8 @@ pushd $php
                --enable-track-vars \
                --enable-memory-limit=yes \
                --enable-debug=no \
-               --with-gd
+               --with-gd \
+                               --with-zlib-dir=/usr/lib
        make
        make install
 popd