From 43d00459d7c8bc625affbc4fa4df0280c04c78e9 Mon Sep 17 00:00:00 2001 From: short <> Date: Wed, 23 Jul 2003 18:03:37 +0000 Subject: [PATCH] Fixed --with-gd build. --- bin/vellumweb-build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/vellumweb-build b/bin/vellumweb-build index 8d8b9a7..57c526d 100755 --- a/bin/vellumweb-build +++ b/bin/vellumweb-build @@ -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 -- 1.8.3.1