blob: f63ec40cccb8547b3474494e5dd5d73d43ae5e9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ad,v 1.1.1.1 2002/09/23 12:38:46 markd Exp $
--- devtools/OS/SunOS.5.8.orig Tue Oct 10 19:21:59 2000
+++ devtools/OS/SunOS.5.8 Tue Oct 10 19:23:59 2000
@@ -4,4 +4,6 @@
define(`confMAPDEF', `-DNDBM -DNIS -DNISPLUS -DMAP_REGEX -DLDAPMAP')
+define(`confMAPDEF', `-DNDBM -DNIS -DNISPLUS -DMAP_REGEX')
define(`confENVDEF', `-DSOLARIS=20800 -DNETINET6')
-define(`confLIBS', `-lsocket -lnsl -lldap')
+define(`confLIBS', `-lsocket -lnsl')
+define(`confLDOPTS', `${LDFLAGS}')
define(`confMTLDOPTS', `-lpthread')
|