diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2020-06-08 16:32:33 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2020-06-08 16:32:33 +0000 |
commit | 3370b8826b420a555653cb1a25f117bc32e65a77 (patch) | |
tree | 25591b5a1860b6df82ba4050051628c5390bec81 /www/nginx/files/extra-patch-fastdfs-src-config | |
parent | Unbreak vuxmlbuild (diff) |
Merge r535197 from www/nginx-devel:
Remove legacy third-party modules:
o) modsecurity2
o) fastdfs
All modules, including all third-party modules, are dynamic now.
Sponsored by: Netzkommune GmbH
Notes
Notes:
svn path=/head/; revision=538233
Diffstat (limited to 'www/nginx/files/extra-patch-fastdfs-src-config')
-rw-r--r-- | www/nginx/files/extra-patch-fastdfs-src-config | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/www/nginx/files/extra-patch-fastdfs-src-config b/www/nginx/files/extra-patch-fastdfs-src-config deleted file mode 100644 index 2ee64de2c73d..000000000000 --- a/www/nginx/files/extra-patch-fastdfs-src-config +++ /dev/null @@ -1,17 +0,0 @@ ---- ../fastdfs-nginx-module-8796a7d/src/config.orig 2018-07-19 07:14:11.958521000 +0200 -+++ ../fastdfs-nginx-module-8796a7d/src/config 2018-07-19 07:14:30.433965000 +0200 -@@ -7,12 +7,12 @@ if test -n "${ngx_module_link}"; then - ngx_module_libs="-lfastcommon -lfdfsclient" - ngx_module_srcs="$ngx_addon_dir/ngx_http_fastdfs_module.c" - ngx_module_deps= -- CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64 -DFDFS_OUTPUT_CHUNK_SIZE='256*1024' -DFDFS_MOD_CONF_FILENAME='\"/etc/fdfs/mod_fastdfs.conf\"'" -+ CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64 -DFDFS_OUTPUT_CHUNK_SIZE='256*1024' -DFDFS_MOD_CONF_FILENAME='\"%%PREFIX%%/etc/fdfs/mod_fastdfs.conf\"'" - . auto/module - else - HTTP_MODULES="$HTTP_MODULES ngx_http_fastdfs_module" - NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_fastdfs_module.c" - CORE_INCS="$CORE_INCS /usr/local/include" - CORE_LIBS="$CORE_LIBS -lfastcommon -lfdfsclient" -- CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64 -DFDFS_OUTPUT_CHUNK_SIZE='256*1024' -DFDFS_MOD_CONF_FILENAME='\"/etc/fdfs/mod_fastdfs.conf\"'" -+ CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64 -DFDFS_OUTPUT_CHUNK_SIZE='256*1024' -DFDFS_MOD_CONF_FILENAME='\"%%PREFIX%%/etc/fdfs/mod_fastdfs.conf\"'" - fi |