Reenable TCP wrappers support which got broken by the run time library

path fixes.
This commit is contained in:
tron 1999-06-30 08:40:07 +00:00
parent c7ef2a9c64
commit 47f405dada

View file

@ -1,4 +1,4 @@
$NetBSD: patch-aa,v 1.4 1999/04/23 17:31:49 tv Exp $
$NetBSD: patch-aa,v 1.5 1999/06/30 08:40:07 tron Exp $
--- BuildTools/OS/NetBSD.orig Tue Dec 29 18:39:50 1998
+++ BuildTools/OS/NetBSD Sat Apr 10 19:13:10 1999
@ -6,9 +6,9 @@ $NetBSD: patch-aa,v 1.4 1999/04/23 17:31:49 tv Exp $
# @(#)NetBSD 8.6 (Berkeley) 3/12/1998
define(`confMAPDEF', `-DNEWDB -DNIS -DMAP_REGEX')
-define(`confENVDEF', ` -DNETISO')
+define(`confENVDEF', ` -DNETISO -I${PREFIX}/include/db2')
+define(`confENVDEF', ` -DNETISO -I${PREFIX}/include/db2 -DTCPWRAPPERS')
define(`confDEPEND_TYPE', `CC-M')
+define(`confLIBS', `-L${PREFIX}/lib -ldb2 ${LDFLAGS}')
+define(`confLIBS', `-lwrap -L${PREFIX}/lib -ldb2 ${LDFLAGS}')
+define(`confEBINDIR', `${PREFIX}/libexec/sendmail')
+define(`confMBINDIR', `${PREFIX}/libexec/sendmail')
+define(`confSBINDIR', `${PREFIX}/sbin')