summaryrefslogtreecommitdiff
path: root/www/nginx-devel/files/extra-patch-stream-lua-nginx-module_config
blob: 673cc637edd7746f64ccb879322981b3d9efd85f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- ../stream-lua-nginx-module-0.0.16/config.orig	2024-06-03 15:08:47.791681000 -0400
+++ ../stream-lua-nginx-module-0.0.16/config	2024-06-03 15:08:58.714542000 -0400
@@ -411,6 +411,6 @@
 #NGX_DTRACE_PROVIDERS="$NGX_DTRACE_PROVIDERS $ngx_addon_dir/dtrace/ngx_lua_provider.d"
 #NGX_TAPSET_SRCS="$NGX_TAPSET_SRCS $ngx_addon_dir/tapset/ngx_lua.stp"
 
-CORE_INCS="$CORE_INCS $ngx_addon_dir/src/api"
+CORE_INCS="$CORE_INCS src/stream $ngx_addon_dir/src/api"
 
 echo "/* DO NOT EDIT! This file was automatically generated by config */" > "$ngx_addon_dir/src/ngx_stream_lua_autoconf.h"