mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add the necessary dependencies for SSL.
This commit is contained in:
parent
6b8fc95f49
commit
4dc0da3f3e
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue