From 4dd685ca82e1fb47843fed5b70f0cb1d78b50b37 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 7 Dec 2006 13:18:15 +0000 Subject: compression support on the receiver side completed --- linux/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'linux') 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) -- cgit