config: explictily link in the math library

This commit is contained in:
Jeff Kaufman
2013-03-24 12:25:38 -04:00
parent 705e6a0225
commit 24787567b6
+1 -1
View File
@@ -95,7 +95,7 @@ else
$psol_library_dir/libapr.a"
fi
pagespeed_libs="-lstdc++ $psol_library_binaries -lrt -pthread"
pagespeed_libs="-lstdc++ $psol_library_binaries -lrt -pthread -lm"
ngx_feature_libs="$pagespeed_libs"
ngx_feature_test="
GoogleString output_buffer;