summaryrefslogtreecommitdiffhomepage
path: root/auto
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2022-02-14 10:14:07 +0300
committerSergey Kandaurov <pluknet@nginx.com>2022-02-14 10:14:07 +0300
commita767450093200c76dba8851a9453f13296dd6371 (patch)
treed8defe592e6ce44e1dd79ebbd6915bc215855403 /auto
parent45a8ca0e7a1ae7ec4f7769919e9f3e007113d5ad (diff)
parent828fb94e1dbe1c433edd39147ba085c4622c99ed (diff)
downloadnginx-a767450093200c76dba8851a9453f13296dd6371.tar.gz
nginx-a767450093200c76dba8851a9453f13296dd6371.tar.bz2
Merged with the default branch.
Diffstat (limited to 'auto')
-rw-r--r--auto/os/linux6
1 files changed, 3 insertions, 3 deletions
diff --git a/auto/os/linux b/auto/os/linux
index f60809c7a..87b0e1281 100644
--- a/auto/os/linux
+++ b/auto/os/linux
@@ -232,9 +232,6 @@ ngx_feature_test="struct crypt_data cd;
ngx_include="sys/vfs.h"; . auto/include
-CC_AUX_FLAGS="$cc_aux_flags -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64"
-
-
# BPF sockhash
ngx_feature="BPF sockhash"
@@ -293,3 +290,6 @@ ngx_feature_test="socklen_t optlen = sizeof(int);
int val;
getsockopt(0, SOL_UDP, UDP_SEGMENT, &val, &optlen)"
. auto/feature
+
+
+CC_AUX_FLAGS="$cc_aux_flags -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64"