From: Igor Sysoev Date: Fri, 24 Apr 2009 09:38:48 +0000 (+0000) Subject: fix GNU strerror_r() detection, the bug has been inroduced in r2600 X-Git-Tag: release-0.7.53~13 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=1290cf83af0a7e9b840b5519885d3aed240d260d;p=nginx.git fix GNU strerror_r() detection, the bug has been inroduced in r2600 --- 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"