summaryrefslogtreecommitdiff
path: root/www/nginx-devel/files/extra-patch-stream-lua-nginx-module_config
blob: e1dc55bf07608bde64db00fcee8669d20698cc40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- ../stream-lua-nginx-module-bea8a0c/config.orig	2024-06-03 15:08:47.791681000 -0400
+++ ../stream-lua-nginx-module-bea8a0c/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"