Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/makemandb libarchive now needs crypto



details:   https://anonhg.NetBSD.org/src/rev/0f85709b914b
branches:  trunk
changeset: 823402:0f85709b914b
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Apr 21 23:07:45 2017 +0000

description:
libarchive now needs crypto

diffstat:

 usr.sbin/makemandb/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 184c99b5428c -r 0f85709b914b usr.sbin/makemandb/Makefile
--- a/usr.sbin/makemandb/Makefile       Fri Apr 21 23:06:18 2017 +0000
+++ b/usr.sbin/makemandb/Makefile       Fri Apr 21 23:07:45 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2016/07/21 12:24:54 christos Exp $
+# $NetBSD: Makefile,v 1.7 2017/04/21 23:07:45 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -26,6 +26,11 @@
 
 DPADD.makemandb+=      ${MDOCMLLIB} ${LIBARCHIVE} ${LIBBZ2} ${LIBLZMA} ${LIBZ}
 LDADD.makemandb+=      -L${MDOCMLOBJDIR} -lmandoc -larchive -lbz2 -llzma -lz
+.if ${MKCRYPTO:Uno} == "yes"
+LDADD.makemandb+=      -lcrypto
+DPADD.makemandb+=      ${LIBCRYPTO}
+.endif
+
 DPADD+=                ${LIBSQLITE3} ${LIBM} ${LIBZ} ${LIBTERMLIB} ${LIBUTIL}
 LDADD+=                -lsqlite3 -lm -lz -ltermlib -lutil
 



Home | Main Index | Thread Index | Old Index