Revert LDADD to -ltls -lssl -lcrypto as just -ltls breaks static linking.
This commit is contained in:
parent
bc8d60d5f6
commit
ec87db177d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ CFLAGS+= -Wmissing-declarations
|
|||
CFLAGS+= -Wshadow -Wpointer-arith
|
||||
CFLAGS+= -Wsign-compare -Wcast-qual
|
||||
|
||||
LDADD+= -lexpat -ltls
|
||||
LDADD+= -lexpat -ltls -lssl -lcrypto
|
||||
DPADD+= ${LIBEXPAT} ${LIBTLS} ${LIBSSL} ${LIBCRYPTO}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
Loading…
Reference in a new issue