From 4dc0da3f3eec1010b7f489339ac1464cde380382 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Wed, 5 Jun 2002 11:38:19 +0000 Subject: [PATCH] Add the necessary dependencies for SSL. --- lib/libfetch/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile index c5ec5bc76472..b99388d3c990 100644 --- a/lib/libfetch/Makefile +++ b/lib/libfetch/Makefile @@ -10,6 +10,8 @@ SRCS= fetch.c common.c ftp.c http.c file.c \ INCS= fetch.h MAN= fetch.3 CLEANFILES= ftperr.h httperr.h +DPADD= ${LIBCRYPTO} ${LIBSSL} +LDADD= -lcrypto -lssl NO_WERROR= yes