Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/racoon One more ldap change
details: https://anonhg.NetBSD.org/src/rev/2cc504ee684a
branches: trunk
changeset: 1022923:2cc504ee684a
user: christos <christos%NetBSD.org@localhost>
date: Sat Aug 14 17:08:21 2021 +0000
description:
One more ldap change
diffstat:
usr.sbin/racoon/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r bb5c6e2d0c00 -r 2cc504ee684a usr.sbin/racoon/Makefile
--- a/usr.sbin/racoon/Makefile Sat Aug 14 16:20:31 2021 +0000
+++ b/usr.sbin/racoon/Makefile Sat Aug 14 17:08:21 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2021/04/13 01:11:05 mrg Exp $
+# $NetBSD: Makefile,v 1.40 2021/08/14 17:08:21 christos Exp $
WARNS?= 0 # XXX third-party program, many issues
NOCLANGERROR= # defined
@@ -60,8 +60,8 @@
.if (${USE_LDAP} != "no")
CPPFLAGS+=-DHAVE_LIBLDAP
-LDADD+=-lldap -llber -lssl
-DPADD+= ${LIBLDAP} ${LIBLBER} ${LIBSSL}
+LDADD+= ${LIBLDAP_LDADD}
+DPADD+= ${LIBLDAP_DPADD}
.endif
LDADD+= -lcrypto -lcrypt
Home |
Main Index |
Thread Index |
Old Index