diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2022-02-14 10:14:07 +0300 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@nginx.com> | 2022-02-14 10:14:07 +0300 |
| commit | a767450093200c76dba8851a9453f13296dd6371 (patch) | |
| tree | d8defe592e6ce44e1dd79ebbd6915bc215855403 /auto | |
| parent | 45a8ca0e7a1ae7ec4f7769919e9f3e007113d5ad (diff) | |
| parent | 828fb94e1dbe1c433edd39147ba085c4622c99ed (diff) | |
| download | nginx-a767450093200c76dba8851a9453f13296dd6371.tar.gz nginx-a767450093200c76dba8851a9453f13296dd6371.tar.bz2 | |
Merged with the default branch.
Diffstat (limited to 'auto')
| -rw-r--r-- | auto/os/linux | 6 |
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" |
