]> git.kaiwu.me - nginx.git/commitdiff
Fixed building --with-cpp_test_module on some systems.
authorValentin Bartenev <vbart@nginx.com>
Thu, 17 May 2012 15:12:45 +0000 (15:12 +0000)
committerValentin Bartenev <vbart@nginx.com>
Thu, 17 May 2012 15:12:45 +0000 (15:12 +0000)
auto/modules

index dab660f87333b79d2dc6b1f6da610fb739d15e9a..7d3216b0f4379b5ad0531c0c6fffe610ec648e93 100644 (file)
@@ -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