From 444af02f5b6f67cb0b08d7301afd5b80945fbfcc Mon Sep 17 00:00:00 2001 From: jakob Date: Thu, 10 Oct 2002 17:28:21 +0000 Subject: [PATCH] enable tcp wrappers support --- sysutils/syslog-ng/development/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/syslog-ng/development/Makefile b/sysutils/syslog-ng/development/Makefile index 1edf2009e28..3b20dc17164 100644 --- a/sysutils/syslog-ng/development/Makefile +++ b/sysutils/syslog-ng/development/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2002/10/06 13:15:55 jakob Exp $ +# $OpenBSD: Makefile,v 1.2 2002/10/10 17:28:21 jakob Exp $ DISTNAME= syslog-ng-1.5.21 LIBOL= libol-0.3.3 @@ -8,4 +8,6 @@ MAINTAINER= Jakob Schlyter MASTER_SITES= ${MASTER_SITE_SYSLOGNG:=syslog-ng/1.5/} MASTER_SITES0= ${MASTER_SITE_SYSLOGNG:=libol/0.3/} +CONFIGURE_ARGS+= --enable-tcp-wrapper + .include