From 430ab81a7277106fe27278782d05fdf8f69bfc4a Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 17 May 2012 15:12:45 +0000 Subject: [PATCH] Fixed building --with-cpp_test_module on some systems. --- auto/modules | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3