diff options
| author | Valentin Bartenev <vbart@nginx.com> | 2012-05-17 15:12:45 +0000 |
|---|---|---|
| committer | Valentin Bartenev <vbart@nginx.com> | 2012-05-17 15:12:45 +0000 |
| commit | 430ab81a7277106fe27278782d05fdf8f69bfc4a (patch) | |
| tree | f64cb6f57132a365496a164764e58f8f444dd921 | |
| parent | 1c168c78757bc7f6d13000efa04311db6d30e953 (diff) | |
| download | nginx-430ab81a7277106fe27278782d05fdf8f69bfc4a.tar.gz nginx-430ab81a7277106fe27278782d05fdf8f69bfc4a.tar.bz2 | |
Fixed building --with-cpp_test_module on some systems.
| -rw-r--r-- | auto/modules | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
