diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-12-30 05:18:19 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-12-30 05:18:19 +0800 |
commit | e240e7d7da19bd79f61a7e31486f3e1e40fadada (patch) | |
tree | 6f4ad51b11bc1d7bb01a2e1c167caf19b38816c2 /sysutils | |
parent | c2368a1555688c93c8de05c6f16f581b11c9898e (diff) | |
download | freebsd-ports-graphics-e240e7d7da19bd79f61a7e31486f3e1e40fadada.tar.gz freebsd-ports-graphics-e240e7d7da19bd79f61a7e31486f3e1e40fadada.tar.zst freebsd-ports-graphics-e240e7d7da19bd79f61a7e31486f3e1e40fadada.zip |
- Enable debuging by default for a while.
Sponosored by: RideCharge Inc. / TaxiMagic
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/rsyslog5/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/rsyslog5/Makefile b/sysutils/rsyslog5/Makefile index 8a0c7035600..6083e5ddc9f 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 |