aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-29 21:18:19 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-29 21:18:19 +0000
commitec069c3c67f72fc4a83356b17244ca4e24bbca1b (patch)
treeb1d168faf829a2844b52c098f3564cfde8f92421 /sysutils
parent65677fa82fc00f490f785589c4db5f5a667e73a7 (diff)
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/rsyslog5/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/rsyslog5/Makefile b/sysutils/rsyslog5/Makefile
index 8a0c7035600b..6083e5ddc9fa 100644
--- a/sysutils/rsyslog5/Makefile
+++ b/sysutils/rsyslog5/Makefile
@@ -39,6 +39,12 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
+# XXX: 5.5.6+ seem to crash frequently with low-mid load
+# on FreeBSD, temporailiy enable debugging by default.
+# Now we can send gdb backtraces into the list:
+# rsyslog-users <rsyslog@lists.adiscon.com>
+OPTIONS= DEBUG "Enable debugging" on
+
.ifdef WITH_DEBUG
CONFIGURE_ARGS+=--enable-rtinst --enable-debug
.endif