Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/ibm-public/postfix gssapi needs crypto
details: https://anonhg.NetBSD.org/src/rev/2ca03779173b
branches: trunk
changeset: 1008843:2ca03779173b
user: christos <christos%NetBSD.org@localhost>
date: Sat Apr 04 15:45:45 2020 +0000
description:
gssapi needs crypto
diffstat:
external/ibm-public/postfix/Makefile.inc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r e1efcf972699 -r 2ca03779173b external/ibm-public/postfix/Makefile.inc
--- a/external/ibm-public/postfix/Makefile.inc Sat Apr 04 15:43:21 2020 +0000
+++ b/external/ibm-public/postfix/Makefile.inc Sat Apr 04 15:45:45 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.21 2019/11/11 22:45:26 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.22 2020/04/04 15:45:45 christos Exp $
.include <bsd.own.mk>
@@ -24,8 +24,8 @@
DPADD+= ${LIBSASCL} ${LIBSSL}
LDADD+= -lsaslc -lssl
.if (${MKKERBEROS} != "no")
-DPADD+= ${LIBGSSAPI}
-LDADD+= -lgssapi
+DPADD+= ${LIBGSSAPI} ${LIBCRYPTO}
+LDADD+= -lgssapi -lcrypto
.endif
.if defined(HAVE_PCC)
Home |
Main Index |
Thread Index |
Old Index