tarantool / nginx_upstream_module

Tarantool NginX upstream module (REST, JSON API, websockets, load balancing)
Other
174 stars 18 forks source link

Fix include paths for system yajl and msgpuck #89

Closed rtsisyk closed 7 years ago

rtsisyk commented 7 years ago

Don't add third_party/yajl and third_party/msgpuck to include_paths if submodules are not initialized. Before this patch nginx build system used msgpuck and yajl headers from third_party and libraries from /usr/lib.