aboutsummaryrefslogtreecommitdiff
path: root/www/nginx-devel/files/extra-patch-nginx-gridfs-config
blob: 062086ba01ff63fffdd667adb38d1543302965ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- ../nginx-gridfs-059bdc3/nginx-gridfs/config.orig	2022-06-17 10:37:42.109106000 -0400
+++ ../nginx-gridfs-059bdc3/nginx-gridfs/config	2022-06-17 10:39:00.558419000 -0400
@@ -1,7 +1,7 @@
 ngx_module_type=HTTP
 ngx_module_name=ngx_http_gridfs_module
-ngx_module_incs="/usr/include/libmongoc-1.0 /usr/include/libbson-1.0"
+ngx_module_incs="%%LOCALBASE%%/include/libmongoc-1.0 %%LOCALBASE%%/include/libbson-1.0"
 ngx_module_libs="-lmongoc-1.0 -lbson-1.0"
 ngx_module_srcs="$ngx_addon_dir/ngx_http_gridfs_module.c"
 . auto/module
-ngx_addon_name=$ngx_module_name
\ No newline at end of file
+ngx_addon_name=$ngx_module_name