commit | 430ab81a7277106fe27278782d05fdf8f69bfc4a | [log] [tgz] |
---|---|---|
author | Valentin Bartenev <vbart@nginx.com> | Thu May 17 15:12:45 2012 +0000 |
committer | Valentin Bartenev <vbart@nginx.com> | Thu May 17 15:12:45 2012 +0000 |
tree | f64cb6f57132a365496a164764e58f8f444dd921 | |
parent | 1c168c78757bc7f6d13000efa04311db6d30e953 [diff] [blame] |
Fixed building --with-cpp_test_module on some systems.
diff --git a/auto/modules b/auto/modules index dab660f..7d3216b 100644 --- a/auto/modules +++ b/auto/modules
@@ -458,6 +458,7 @@ if [ $NGX_CPP_TEST = YES ]; then NGX_MISC_SRCS="$NGX_MISC_SRCS $NGX_CPP_TEST_SRCS" + CORE_LIBS="$CORE_LIBS -lstdc++" fi