[Lunar-commits] <moonbase> php5-suhosin same gd and exif fix

Samuel Verstraete samuel.verstraete at gmail.com
Mon May 3 20:35:48 CEST 2010


commit a89d82e70afc84f857a05959c635a069707c7baa
Author: Samuel Verstraete <samuel.verstraete at gmail.com>
Date:   Mon May 3 20:35:48 2010 +0200

    php5-suhosin same gd and exif fix
---
 compilers/php5-suhosin/CONFIGURE |    2 ++
 compilers/php5-suhosin/DEPENDS   |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/compilers/php5-suhosin/CONFIGURE b/compilers/php5-suhosin/CONFIGURE
index 5fcbb0c..0224735 100644
--- a/compilers/php5-suhosin/CONFIGURE
+++ b/compilers/php5-suhosin/CONFIGURE
@@ -7,3 +7,5 @@ mquery USE_SOCKETS "Enable sockets support (experimental)?" y "--enable-sockets"
 mquery USE_NCURSES "Enable ncurses support (experimental)?" y "--with-ncurses" ""
 mquery USE_MBYTESTR "Enable multibyte string support?" n "--enable-mbstring --enable-zend-multibyte" ""
 mquery USE_MBYTEREGEX "Enable multibyte regular expression functions?" n "" "--disable-mbregex"
+mquery USE_INTERNAL_GD "Enable built-in gd" y "--with-jpeg-dir --with-gd" ""
+mquery USE_EXIF "Enable exif" y "--enable-exif" ""
diff --git a/compilers/php5-suhosin/DEPENDS b/compilers/php5-suhosin/DEPENDS
index 5b5d96e..7597b03 100644
--- a/compilers/php5-suhosin/DEPENDS
+++ b/compilers/php5-suhosin/DEPENDS
@@ -82,7 +82,7 @@ optional_depends "gd" \
                   --with-jpeg-dir=/usr \
                   --with-png-dir=/usr" \
                  "" \
-                 "for on the fly graphics"
+                 "external gd for on the fly graphics (deprecated)"
 
 optional_depends "curl" \
                  "--with-curl" \


More information about the Lunar-commits mailing list