blob: e8d306ad9b10a23dd89fecb72c8a92ab66264aa6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.9 2000/07/31 18:11:09 tron Exp $
--- devtools/OS/SunOS.5.6 Tue Jun 6 02:03:29 2000
+++ devtools/OS/SunOS.5.6 Wed Jul 26 13:07:21 2000
@@ -6,6 +6,7 @@
define(`confMAPDEF', `-DNDBM -DNIS -DNISPLUS -DMAP_REGEX')
define(`confENVDEF', `-DSOLARIS=20600')
define(`confLIBS', `-lsocket -lnsl -lkstat')
+define(`confLDOPTS', `${LDFLAGS}')
define(`confMTLDOPTS', `-lpthread')
define(`confMBINDIR', `/usr/lib')
define(`confEBINDIR', `/usr/lib')
|