Link in libcrypto as well to fix build in some cases.

Approved by:	bapt
MFC after:	2 days
Reported by:	many
This commit is contained in:
Bryan Drewery 2013-10-26 13:38:49 +00:00
parent e889db8841
commit 029df170ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=257158

View file

@ -6,8 +6,9 @@ SRCS= pkg.c dns_utils.c config.c
NO_MAN= yes
CFLAGS+=-I${.CURDIR}/../../contrib/libyaml/include
.PATH: ${.CURDIR}/../../contrib/libyaml/include
DPADD= ${LIBARCHIVE} ${LIBELF} ${LIBFETCH} ${LIBYAML} ${LIBSBUF}
LDADD= -larchive -lelf -lfetch -lyaml -lsbuf -lssl
DPADD= ${LIBARCHIVE} ${LIBELF} ${LIBFETCH} ${LIBYAML} ${LIBSBUF} ${LIBSSL} \
${LIBCRYPTO}
LDADD= -larchive -lelf -lfetch -lyaml -lsbuf -lssl -lcrypto
USEPRIVATELIB= yaml
.include <bsd.prog.mk>