diff options
Diffstat (limited to 'www/apache22')
-rw-r--r-- | www/apache22/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile index 66489a1bdc9c..315bae7864f5 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -51,6 +51,10 @@ WITH_MPM?= prefork # or worker, event, itk, peruser WITH_HTTP_PORT?= 80 WITH_SSL_PORT?= 443 +.if !defined(WITH_DEBUG) +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-server_buildmark.c +.endif + .include "${APACHEDIR}/Makefile.options" AUTHNZ_LDAP_CONFIGURE_ON= --enable-authnz-ldap |