From 23fad008e30594e388e496cab69eeca30a5e9969 Mon Sep 17 00:00:00 2001 From: ale Date: Fri, 6 Oct 2006 17:24:21 +0000 Subject: Enable suhosin patch by default. --- lang/php53/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/php53/Makefile') 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 -.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 -- cgit