blob: 56e3687b7b679feccece05519561de8f87a8931b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-ab,v 1.3 1999/06/30 10:02:59 tron Exp $
--- src/Makefile.m4.orig Wed Jun 30 11:58:18 1999
+++ src/Makefile.m4 Wed Jun 30 11:58:40 1999
@@ -27,7 +27,7 @@
MAPDEF= ifdef(`confMAPDEF', `confMAPDEF')
# environment definitions (e.g., -D_AIX3)
-ENVDEF= ifdef(`confENVDEF', `confENVDEF')
+ENVDEF= ifdef(`confENVDEF', `confENVDEF') -DTCPWRAPPERS
# see also conf.h for additional compilation flags
@@ -42,7 +42,7 @@
# libraries required on your system
# delete -l44bsd if you are not running BIND 4.9.x
-LIBS= ifdef(`confLIBS', `confLIBS')
+LIBS= ifdef(`confLIBS', `confLIBS') -lwrap
# location of sendmail binary (usually /usr/sbin or /usr/lib)
BINDIR= ${DESTDIR}ifdef(`confMBINDIR', `confMBINDIR', `/usr/sbin')
|