diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-04-24 09:38:48 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-04-24 09:38:48 +0000 |
| commit | 1290cf83af0a7e9b840b5519885d3aed240d260d (patch) | |
| tree | 5b07989d6c62a7300d472918c2722c1473d46c88 | |
| parent | e10cfb8485ab5fa1bda3eb1222b6d28b6a900408 (diff) | |
| download | nginx-1290cf83af0a7e9b840b5519885d3aed240d260d.tar.gz nginx-1290cf83af0a7e9b840b5519885d3aed240d260d.tar.bz2 | |
fix GNU strerror_r() detection, the bug has been inroduced in r2600
Diffstat (limited to '')
| -rw-r--r-- | auto/os/linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/os/linux b/auto/os/linux index c19f3f49d..0bd04880d 100644 --- a/auto/os/linux +++ b/auto/os/linux @@ -140,4 +140,4 @@ ngx_feature_test="struct crypt_data cd; ngx_include="sys/vfs.h"; . auto/include -CC_AUX_FLAGS=$cc_aux_flags +CC_AUX_FLAGS="$cc_aux_flags -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64" |
