diff options
author | ale <ale@FreeBSD.org> | 2006-10-07 01:24:21 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-10-07 01:24:21 +0800 |
commit | 23fad008e30594e388e496cab69eeca30a5e9969 (patch) | |
tree | 7a325ee3f5098bbc64d6cb586d80e7fcccd6fcca /lang/php53/Makefile | |
parent | 678cd523f512d6b5af74c95aaf16a510958929eb (diff) | |
download | freebsd-ports-gnome-23fad008e30594e388e496cab69eeca30a5e9969.tar.gz freebsd-ports-gnome-23fad008e30594e388e496cab69eeca30a5e9969.tar.zst freebsd-ports-gnome-23fad008e30594e388e496cab69eeca30a5e9969.zip |
Enable suhosin patch by default.
Diffstat (limited to 'lang/php53/Makefile')
-rw-r--r-- | lang/php53/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 955b663e68dc..e0d2013da065 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -43,7 +43,7 @@ OPTIONS= CLI "Build CLI version" on \ CGI "Build CGI version" on \ APACHE "Build Apache module" off \ DEBUG "Enable debug" off \ - SUHOSIN "Enable Suhosin protection system" off \ + SUHOSIN "Enable Suhosin protection system" on \ MULTIBYTE "Enable zend multibyte support" off \ IPV6 "Enable ipv6 support" on \ REDIRECT "Enable force-cgi-redirect support (CGI only)" off \ @@ -57,7 +57,7 @@ MAN1= php-config.1 phpize.1 .include <bsd.port.pre.mk> -.if defined(WITH_SUHOSIN) +.if !defined(WITHOUT_SUHOSIN) PATCHFILES= suhosin-patch-${PORTVERSION}-0.9.5.patch.gz PATCH_SITES= http://www.hardened-php.net/suhosin/_media/ PATCH_DIST_STRIP= -p1 |