From: Valentin Bartenev Date: Thu, 17 May 2012 15:12:45 +0000 (+0000) Subject: Fixed building --with-cpp_test_module on some systems. X-Git-Tag: release-1.3.1~23 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=430ab81a7277106fe27278782d05fdf8f69bfc4a;p=nginx.git Fixed building --with-cpp_test_module on some systems. --- 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