mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Figures they had to call it NOCRYPT instead of NOCRYPTO.
This commit is contained in:
parent
d9615d7da4
commit
1bf28f7e94
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ MAINTAINER= des@freebsd.org
|
|||
PROG= fetch
|
||||
DPADD= ${LIBFETCH}
|
||||
LDADD= -lfetch
|
||||
.if !defined(NOCRYPTO)
|
||||
.if !defined(NOCRYPT)
|
||||
DPADD+= ${LIBCRYPTO} ${LIBSSL}
|
||||
LDADD+= -lcrypto -lssl
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue