From: short <> Date: Wed, 23 Jul 2003 12:36:02 +0000 (+0000) Subject: php: +--with-gd X-Git-Tag: bp_liverpm~64 X-Git-Url: http://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=b570539c211a41d0ab486d3be8b064658aeac387 php: +--with-gd - requested by Klokan --- diff --git a/bin/vellumweb-build b/bin/vellumweb-build index b977826..8d8b9a7 100755 --- a/bin/vellumweb-build +++ b/bin/vellumweb-build @@ -57,7 +57,8 @@ 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 make make install popd