[nginx] svn commit: r4640 - trunk/auto

vbart at nginx.com vbart at nginx.com
Thu May 17 15:12:45 UTC 2012


Author: vbart
Date: 2012-05-17 15:12:45 +0000 (Thu, 17 May 2012)
New Revision: 4640
URL: http://trac.nginx.org/nginx/changeset/4640/nginx

Log:
Fixed building --with-cpp_test_module on some systems.


Modified:
   trunk/auto/modules

Modified: trunk/auto/modules
===================================================================
--- trunk/auto/modules	2012-05-17 13:47:04 UTC (rev 4639)
+++ trunk/auto/modules	2012-05-17 15:12:45 UTC (rev 4640)
@@ -458,6 +458,7 @@
 
 if [ $NGX_CPP_TEST = YES ]; then
     NGX_MISC_SRCS="$NGX_MISC_SRCS $NGX_CPP_TEST_SRCS"
+    CORE_LIBS="$CORE_LIBS -lstdc++"
 fi
 
 



More information about the nginx-devel mailing list