mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Allow static linking.
Asked for by: BDE
This commit is contained in:
parent
8490ea92d6
commit
f9ebf4c2b5
1 changed files with 5 additions and 0 deletions
|
|
@ -21,3 +21,8 @@ LDADD+= ${MINUSLPAM}
|
|||
CFLAGS+= -DINET6
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
.if defined(NOSHARED) && !defined(NOPAM)
|
||||
DPADD+= ${LIBCRYPTO}
|
||||
LDADD+= -L${.OBJDIR}/../../secure/lib/libssh -lssh -lcrypto
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue