summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2006-10-04 07:30:58 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2006-10-04 07:30:58 +0000
commit85face61a2baf885e279fbc977ce1e1b73e7ba2a (patch)
tree1cb1958bc36dc314fefa0f6bcfe783249f1eb53f
parentf1dc14fec41d1a3f2e02fec844c9cded23a07316 (diff)
downloadrsyslog-85face61a2baf885e279fbc977ce1e1b73e7ba2a.tar.gz
rsyslog-85face61a2baf885e279fbc977ce1e1b73e7ba2a.tar.xz
rsyslog-85face61a2baf885e279fbc977ce1e1b73e7ba2a.zip
fixing default for WITH_DB in release package
-rw-r--r--linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile b/linux/Makefile
index ca56a5cf..45299baa 100644
--- a/linux/Makefile
+++ b/linux/Makefile
@@ -25,7 +25,7 @@ FEATURE_LARGEFILE=1
# Enable database support (off by default, must be turned
# on when support for MySQL is desired).
-FEATURE_DB=1
+FEATURE_DB=0
# Enable regular expressions
FEATURE_REGEXP=1