diff options
| author | Olli Hauer <ohauer@FreeBSD.org> | 2016-07-18 20:42:41 +0000 |
|---|---|---|
| committer | Olli Hauer <ohauer@FreeBSD.org> | 2016-07-18 20:42:41 +0000 |
| commit | adb6a7588ba2c6aefd506bd6f2244a19fd7cc1b9 (patch) | |
| tree | 299f327ca8bfab647746e070fcd2b654f6180bed /www/apache22 | |
| parent | lang/go: Mark 1.6.3 as NOT vulnerable to httpoxy (diff) | |
- add lost condition to apply the extra patch
for reproducible build
MFH: 2016Q3
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 |
