From 8bf7da3d6ee044929764ddcfd805423e44ad1bef Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 13 May 2004 07:51:47 +0000 Subject: Record the libssl.so dependency on libcrypto.so. This should help some ports that depend on libradius that recently gained the dependency on libssl. This is also how the stock OpenSSL build would link libssl.so on FreeBSD. Prompted by: kris OK'ed by: markm, nectar --- secure/lib/libssl/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'secure/lib/libssl/Makefile') diff --git a/secure/lib/libssl/Makefile b/secure/lib/libssl/Makefile index 8c039ca..a3d109f 100644 --- a/secure/lib/libssl/Makefile +++ b/secure/lib/libssl/Makefile @@ -20,6 +20,9 @@ SRCS= bio_ssl.c s23_clnt.c s23_lib.c s23_meth.c s23_pkt.c s23_srvr.c \ INCS= kssl.h ssl.h ssl2.h ssl23.h ssl3.h tls1.h INCSDIR=${INCLUDEDIR}/openssl +DPADD= ${LIBCRYPTO} +LDADD= -lcrypto + .include .PATH: ${LCRYPTO_SRC}/ssl \ -- cgit v1.1