changeset 4639:944839adc406

Fixed building --with-cpp_test_module on some systems.
author Valentin Bartenev <vbart@nginx.com>
date Thu, 17 May 2012 15:12:45 +0000
parents 6e1a48bcf915
children 07f028df3879
files auto/modules
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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