summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2006-12-07 13:18:15 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2006-12-07 13:18:15 +0000
commit4dd685ca82e1fb47843fed5b70f0cb1d78b50b37 (patch)
treede71e4cb075baf43cbe97ce493153b07f0f350f5 /linux
parentd6607f5db6aecbe58a4fce79dd7703f8aaf2daac (diff)
downloadrsyslog-4dd685ca82e1fb47843fed5b70f0cb1d78b50b37.tar.gz
rsyslog-4dd685ca82e1fb47843fed5b70f0cb1d78b50b37.tar.xz
rsyslog-4dd685ca82e1fb47843fed5b70f0cb1d78b50b37.zip
compression support on the receiver side completed
Diffstat (limited to 'linux')
-rw-r--r--linux/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/linux/Makefile b/linux/Makefile
index 0bc3b810..871be923 100644
--- a/linux/Makefile
+++ b/linux/Makefile
@@ -1,6 +1,6 @@
# Makefile for rsyslog
-# Copyright (C) 2004, 2005 Rainer Gerhards and Adiscon GmbH
-# This is the distro-specifc part of the Makefile.
+# Copyright (C) 2004-2006 Rainer Gerhards and Adiscon GmbH
+# This is the distro-specific part of the Makefile.
# This makefile here should be suitable for all flavours
# of linux.
# For details, see http://www.rsyslog.com/doc
@@ -78,6 +78,7 @@ endif
ifeq ($(strip $(FEATURE_NETZIP)), 1)
WITHDB=-DUSE_NETZIP
+ LZ=-lz
endif
ifeq ($(strip $(FEATURE_PTHREADS)), 1)