diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2018-07-19 17:58:34 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2018-07-19 17:58:34 +0000 |
commit | 7fd82e7beae4b3ab3358399a812163d7de16cb16 (patch) | |
tree | 601dbdd8145745aa364c9e3fdd4ca386c9afa6a6 /www/nginx/files/extra-patch-fastdfs-src-config | |
parent | Enable Bash completion. (diff) |
Update third-party-module:
- echo-nginx-module to c65f5c6
- fastdfs-nginx-module to 8796a7d
- nginx-http-auth-digest to cd86418
-remove needless patch
Notes
Notes:
svn path=/head/; revision=474970
Diffstat (limited to 'www/nginx/files/extra-patch-fastdfs-src-config')
-rw-r--r-- | www/nginx/files/extra-patch-fastdfs-src-config | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/www/nginx/files/extra-patch-fastdfs-src-config b/www/nginx/files/extra-patch-fastdfs-src-config index e433705d3fb1..2ee64de2c73d 100644 --- a/www/nginx/files/extra-patch-fastdfs-src-config +++ b/www/nginx/files/extra-patch-fastdfs-src-config @@ -1,11 +1,6 @@ ---- ../fastdfs-nginx-module-85347be/src/config.orig 2016-10-12 16:09:34.075804000 +0200 -+++ ../fastdfs-nginx-module-85347be/src/config 2016-10-12 16:10:43.916280000 +0200 -@@ -3,16 +3,16 @@ - if test -n "${ngx_module_link}"; then - ngx_module_type=HTTP - ngx_module_name=$ngx_addon_name -- ngx_module_incs="/usr/include/fastdfs /usr/include/fastcommon/" -+ ngx_module_incs="%%LOCALBASE%%/include/fastdfs %%LOCALBASE%%/include/fastcommon/" +--- ../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= @@ -15,8 +10,7 @@ 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/include/fastdfs /usr/include/fastcommon/" -+ CORE_INCS="$CORE_INCS %%LOCALBASE%%/include/fastdfs %%LOCALBASE%%/include/fastcommon/" + 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\"'" |