diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2020-07-13 11:36:51 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2020-07-13 11:36:51 +0000 |
commit | dadfd886fc057f02d77e8e5c913a1830fc967278 (patch) | |
tree | c6410605331a7f253dcd56c2c86a6f46ec25ce9c /www/nginx/files | |
parent | multimedia/ffmpeg: update to 4.3.1 (diff) |
Merge from nginx-devel: Add third-party opentracing dynamic module.
Sponsored by: Netzkommune GmbH
Notes
Notes:
svn path=/head/; revision=542125
Diffstat (limited to 'www/nginx/files')
-rw-r--r-- | www/nginx/files/extra-patch-nginx-opentracing-opentracing-config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/nginx/files/extra-patch-nginx-opentracing-opentracing-config b/www/nginx/files/extra-patch-nginx-opentracing-opentracing-config new file mode 100644 index 000000000000..753be4e4e5ed --- /dev/null +++ b/www/nginx/files/extra-patch-nginx-opentracing-opentracing-config @@ -0,0 +1,8 @@ +--- ../nginx-opentracing-2d81c29/opentracing/config.orig 2020-05-07 18:34:12.853828000 -0400 ++++ ../nginx-opentracing-2d81c29/opentracing/config 2020-05-07 18:34:26.521814000 -0400 +@@ -34,4 +34,4 @@ + + . auto/module + +-OT_NGX_SRCS="$ngx_module_srcs" ++#OT_NGX_SRCS="$ngx_module_srcs" |