diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-01-30 07:30:20 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-01-30 07:30:20 +0000 |
commit | 7f3886e54be0f3b7f8c4912c192a6fa4f74cadf7 (patch) | |
tree | 4f1dd9d7882a4d6cb1d3bc44d833ddfa59b6c767 /linux | |
parent | 1580c701aedeadaa2c864f81b96bb38fc5461b31 (diff) | |
download | rsyslog-7f3886e54be0f3b7f8c4912c192a6fa4f74cadf7.tar.gz rsyslog-7f3886e54be0f3b7f8c4912c192a6fa4f74cadf7.tar.bz2 rsyslog-7f3886e54be0f3b7f8c4912c192a6fa4f74cadf7.zip |
fixed a makefile bug that disabled db suppot when netzip was enabled
Diffstat (limited to 'linux')
-rw-r--r-- | linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile b/linux/Makefile index 7ed8c14d..c8321a75 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -77,7 +77,7 @@ ifeq ($(strip $(FEATURE_REGEXP)), 1) endif ifeq ($(strip $(FEATURE_NETZIP)), 1) - WITHDB=-DUSE_NETZIP + NETZIP=-DUSE_NETZIP LZ=-lz endif |