diff auto/os/linux @ 2747:ee5de4f120f4

fix GNU strerror_r() detection, the bug has been inroduced in r2600
author Igor Sysoev <igor@sysoev.ru>
date Fri, 24 Apr 2009 09:38:48 +0000
parents 2ca36a62c8a1
children 9ecfcc5c5fb2
line wrap: on
line diff
--- 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"