commit | fae2c00d02d3631347a17deab2709968be1a05c7 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Fri Sep 12 13:50:12 2008 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Fri Sep 12 13:50:12 2008 +0000 |
tree | a62d5986fc44f517e87de51567145b12bbaab078 | |
parent | 0f8ea4de461b5fc54b69e09364c94b066363c0c9 [diff] [blame] |
disable directio for unaligned reads in Linux
diff --git a/auto/os/features b/auto/os/features index 8efed75..5fcbf7f 100644 --- a/auto/os/features +++ b/auto/os/features
@@ -182,6 +182,10 @@ . auto/feature +if [ $ngx_found = yes -a "$NGX_SYSTEM" = "Linux" ]; then + have=NGX_HAVE_ALIGNED_DIRECTIO . auto/have +fi + ngx_feature="F_NOCACHE" ngx_feature_name="NGX_HAVE_F_NOCACHE" ngx_feature_run=no