# HG changeset patch # User Igor Sysoev # Date 1240565928 0 # Node ID ee5de4f120f427fdbd003b5de497bbd3f0022d3e # Parent 7bbebf565664f9dd4b27a368fd40a6e1952f0aa2 fix GNU strerror_r() detection, the bug has been inroduced in r2600 diff --git a/auto/os/linux b/auto/os/linux --- 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"