aboutsummaryrefslogtreecommitdiff
path: root/www/nginx/Makefile.extmod
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2020-09-20 11:42:45 +0000
committerStefan Eßer <se@FreeBSD.org>2020-09-20 11:42:45 +0000
commite810bf3c14d63459b178b8287280eaffd8c072e1 (patch)
treecb4ea8919159180c38d1105229bb14139459eeed /www/nginx/Makefile.extmod
parent7f985e2a71dbca57a0cf1b4c282e232678ff3421 (diff)
downloadports-e810bf3c14d63459b178b8287280eaffd8c072e1.tar.gz
ports-e810bf3c14d63459b178b8287280eaffd8c072e1.zip
Fix build of www/nginx-full with -fno-common
This fix should also apply to www/nginx built with option HTTP_PUSH, but the compilation fails with: error: no member named 'sockaddr' in 'struct redisContext' This seems to be an unrelated issue and I have not tried to diagnose it, yet. The PORTREVISION is only bumped for www/nginx-full, which built for me with this patch applied.
Notes
Notes: svn path=/head/; revision=549093
Diffstat (limited to 'www/nginx/Makefile.extmod')
-rw-r--r--www/nginx/Makefile.extmod1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/nginx/Makefile.extmod b/www/nginx/Makefile.extmod
index 86a98d48c1da..49e1672aa4c8 100644
--- a/www/nginx/Makefile.extmod
+++ b/www/nginx/Makefile.extmod
@@ -137,6 +137,7 @@ HTTP_NOTICE_VARS= DSO_EXTMODS+=notice
HTTP_PUSH_GH_TUPLE= slact:nchan:v1.1.14:push
HTTP_PUSH_VARS= DSO_EXTMODS+=push
+HTTP_PUSH_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-nchan-store-private.h
HTTP_PUSH_STREAM_GH_TUPLE= wandenberg:nginx-push-stream-module:0.5.4:pushstream
HTTP_PUSH_STREAM_VARS= DSO_EXTMODS+=pushstream