php: +--with-gd
[nethome.git] / bin / vellumweb-build
index b977826..8d8b9a7 100755 (executable)
@@ -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