summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2012-05-17 15:12:45 +0000
committerValentin Bartenev <vbart@nginx.com>2012-05-17 15:12:45 +0000
commit430ab81a7277106fe27278782d05fdf8f69bfc4a (patch)
treef64cb6f57132a365496a164764e58f8f444dd921
parent1c168c78757bc7f6d13000efa04311db6d30e953 (diff)
downloadnginx-430ab81a7277106fe27278782d05fdf8f69bfc4a.tar.gz
nginx-430ab81a7277106fe27278782d05fdf8f69bfc4a.tar.bz2
Fixed building --with-cpp_test_module on some systems.
-rw-r--r--auto/modules1
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules
index dab660f87..7d3216b0f 100644
--- a/auto/modules
+++ b/auto/modules
@@ -458,6 +458,7 @@ fi
if [ $NGX_CPP_TEST = YES ]; then
NGX_MISC_SRCS="$NGX_MISC_SRCS $NGX_CPP_TEST_SRCS"
+ CORE_LIBS="$CORE_LIBS -lstdc++"
fi