Revision: 255
Author: martin2812
Date: Thu Sep 16 04:25:43 2010
Log: add -rdynamic for linux so we can see symbol names in backtrace
http://code.google.com/p/monit/source/detail?r=255

Modified:
 /trunk/configure.ac

=======================================
--- /trunk/configure.ac Thu Sep 16 03:43:18 2010
+++ /trunk/configure.ac Thu Sep 16 04:25:43 2010
@@ -401,6 +401,7 @@
 then
    ARCH="LINUX"
    CFLAGS="$CFLAGS -D _REENTRANT"
+   LDFLAGS="$LDFLAGS -rdynamic"
    if test `uname -r | awk -F '.' '{print$1$2}'` -ge "26"
    then
AC_DEFINE([HAVE_CPU_WAIT], [1], [Define to 1 if CPU wait information is available.])

_______________________________________________
monit-dev mailing list
monit-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monit-dev

Reply via email to