Add the necessary dependencies for SSL.
This commit is contained in:
parent
6b8fc95f49
commit
4dc0da3f3e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97862
@ -10,6 +10,8 @@ SRCS= fetch.c common.c ftp.c http.c file.c \
|
|||||||
INCS= fetch.h
|
INCS= fetch.h
|
||||||
MAN= fetch.3
|
MAN= fetch.3
|
||||||
CLEANFILES= ftperr.h httperr.h
|
CLEANFILES= ftperr.h httperr.h
|
||||||
|
DPADD= ${LIBCRYPTO} ${LIBSSL}
|
||||||
|
LDADD= -lcrypto -lssl
|
||||||
|
|
||||||
NO_WERROR= yes
|
NO_WERROR= yes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user