summaryrefslogtreecommitdiff
path: root/package/nginx/patches/patch-auto_unix
blob: 796bd5cc6b78ec989c9e939afddc125c70f8fd9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- nginx-1.21.3.orig/auto/unix	2021-09-07 17:21:03.000000000 +0200
+++ nginx-1.21.3/auto/unix	2021-10-29 14:54:32.249555992 +0200
@@ -833,7 +833,7 @@ ngx_feature_test='void *p; int  fd;
 
 ngx_feature="System V shared memory"
 ngx_feature_name="NGX_HAVE_SYSVSHM"
-ngx_feature_run=yes
+ngx_feature_run=no
 ngx_feature_incs="#include <sys/ipc.h>
                   #include <sys/shm.h>"
 ngx_feature_path=
@@ -847,7 +847,7 @@ ngx_feature_test="int  id;
 
 ngx_feature="POSIX semaphores"
 ngx_feature_name="NGX_HAVE_POSIX_SEM"
-ngx_feature_run=yes
+ngx_feature_run=no
 ngx_feature_incs="#include <semaphore.h>"
 ngx_feature_path=
 ngx_feature_libs=