# HG changeset patch # User Valentin Bartenev # Date 1337267565 0 # Node ID 944839adc406f900d975a6a1218ea6ab93cd2a94 # Parent 6e1a48bcf915c13b0dcd499461fffdf8b9d33710 Fixed building --with-cpp_test_module on some systems. diff --git a/auto/modules b/auto/modules --- 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