From 1290cf83af0a7e9b840b5519885d3aed240d260d Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 24 Apr 2009 09:38:48 +0000 Subject: [PATCH] fix GNU strerror_r() detection, the bug has been inroduced in r2600 --- auto/os/linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3