summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-10-28 07:30:38 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-10-28 07:30:38 +0000
commit892e359dceee0e99ced947d1bdb512e7a5733312 (patch)
treec026500a8cd3df9c9f798a2c39e4726821c7db7c /linux
parentf6289f35a43ba5838d97ddf2ac9b96b196e68033 (diff)
downloadrsyslog-892e359dceee0e99ced947d1bdb512e7a5733312.tar.gz
rsyslog-892e359dceee0e99ced947d1bdb512e7a5733312.tar.xz
rsyslog-892e359dceee0e99ced947d1bdb512e7a5733312.zip
fixed a bug where a NULL-pointer was passed to printf in logmsg(); fixed a
bug in make install, where rfc3195d was not installed.
Diffstat (limited to 'linux')
-rw-r--r--linux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/Makefile b/linux/Makefile
index 5ea4d1e7..0d341184 100644
--- a/linux/Makefile
+++ b/linux/Makefile
@@ -31,13 +31,13 @@ FEATURE_DB=0
FEATURE_REGEXP=1
# Enable RFC 3195 support (REQUIRES LIBLOGGING 0.6.0 or above!)
-FEATURE_RFC3195=0
+FEATURE_RFC3195=1
# Enable multithreading via pthreads (very experimental!)
FEATURE_PTHREADS=1
# Enable debug mode (much slower code)
-FEATURE_DEBUG=0
+FEATURE_DEBUG=1
# The following defines tell us where liblogging is located. This
# is only needed if we build with RFC 3195 support. By default,