ports/www/nginx-devel/files/extra-patch-ngx_http_tarantool-config
Sergey A. Osokin 8c8ee344ee Upgrade third-party tarantool module from b852195 to 1278ee5.
Now it's possible to build it as dynamic module.
2016-08-07 23:20:36 +00:00

20 lines
793 B
Text

--- ../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"
__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 \
"
__sources=" \