diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2016-08-07 23:20:36 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2016-08-07 23:20:36 +0000 |
commit | 8c8ee344ee2bd2afec48fb5c64d99758203db797 (patch) | |
tree | 1b943656def09c2a1e9832e03cf35539639d2dda /www/nginx-devel/files/extra-patch-ngx_http_tarantool-config | |
parent | Horde package update: (diff) |
Now it's possible to build it as dynamic module.
Notes
Notes:
svn path=/head/; revision=419789
Diffstat (limited to 'www/nginx-devel/files/extra-patch-ngx_http_tarantool-config')
-rw-r--r-- | www/nginx-devel/files/extra-patch-ngx_http_tarantool-config | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/www/nginx-devel/files/extra-patch-ngx_http_tarantool-config b/www/nginx-devel/files/extra-patch-ngx_http_tarantool-config index 016b826a46d1..ce805292837b 100644 --- a/www/nginx-devel/files/extra-patch-ngx_http_tarantool-config +++ b/www/nginx-devel/files/extra-patch-ngx_http_tarantool-config @@ -1,11 +1,20 @@ ---- ../nginx_upstream_module-b852195/config.orig 2015-08-20 23:33:02.000000000 +0300 -+++ ../nginx_upstream_module-b852195/config 2015-08-23 16:04:59.572045669 +0300 -@@ -4,7 +4,7 @@ - " +--- ../nginx_upstream_module-1278ee5/config.orig 2016-08-07 15:39:47.000000000 -0400 ++++ ../nginx_upstream_module-1278ee5/config 2016-08-07 16:38:59.298414000 -0400 +@@ -1,14 +1,14 @@ + ngx_addon_name="ngx_http_tnt_module" + +-__lib_yajl="$ngx_addon_dir/third_party/yajl/build/yajl-2.1.0/lib/libyajl_s.a" ++__lib_yajl="%%PREFIX%%/lib/libyajl.so" - CORE_LIBS="$CORE_LIBS $ngx_feature_libs \ -- $ngx_addon_dir/third_party/yajl/build/yajl-2.1.0/lib/libyajl_s.a \ -+ %%PREFIX%%/lib/libyajl_s.a \ - " + __module_src_dir="$ngx_addon_dir/src" + + __include_paths=" \ + $ngx_addon_dir/src \ + $ngx_addon_dir/third_party \ +- $ngx_addon_dir/third_party/msgpuck \ +- $ngx_addon_dir/third_party/yajl/build/yajl-2.1.0/include \ ++ %%PREFIX%%/include/msgpuck \ ++ %%PREFIX%%/include/yajl \ + " - HTTP_MODULES="$HTTP_MODULES \ + __sources=" \ |