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	Thu Apr 23 18:50:29 2009 +0000
+++ b/auto/os/linux	Fri Apr 24 09:38:48 2009 +0000
@@ -140,4 +140,4 @@
 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"