mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Reorder LDADD to fix static linking.
This commit is contained in:
parent
937ce6a950
commit
6414f0b970
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ PROG= fetch
|
|||
DPADD= ${LIBFETCH}
|
||||
LDADD= -lfetch
|
||||
.if !defined(NOCRYPT) && !defined(NOSECURE) && !defined(NO_OPENSSL)
|
||||
DPADD+= ${LIBCRYPTO} ${LIBSSL}
|
||||
LDADD+= -lcrypto -lssl
|
||||
DPADD+= ${LIBSSL} ${LIBCRYPTO}
|
||||
LDADD+= -lssl -lcrypto
|
||||
.endif
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue