diff options
Diffstat (limited to 'auto/os/linux')
| -rw-r--r-- | auto/os/linux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/os/linux b/auto/os/linux index a7a8d713d..413648633 100644 --- a/auto/os/linux +++ b/auto/os/linux @@ -59,7 +59,7 @@ fi # sendfile() -CC_AUX_FLAGS="-D_GNU_SOURCE" +CC_AUX_FLAGS="$CC_AUX_FLAGS -D_GNU_SOURCE" ngx_feature="sendfile()" ngx_feature_name="NGX_HAVE_SENDFILE" ngx_feature_run=yes @@ -79,7 +79,7 @@ fi # sendfile64() -CC_AUX_FLAGS="-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64" +CC_AUX_FLAGS="$CC_AUX_FLAGS -D_FILE_OFFSET_BITS=64" ngx_feature="sendfile64()" ngx_feature_name="NGX_HAVE_SENDFILE64" ngx_feature_run=yes |
