Only link to libtls (which will pull libssl/crypto by itself)
This commit is contained in:
parent
cb7edf897e
commit
73f066699f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ CFLAGS+= -Wmissing-declarations
|
||||||
CFLAGS+= -Wshadow -Wpointer-arith
|
CFLAGS+= -Wshadow -Wpointer-arith
|
||||||
CFLAGS+= -Wsign-compare -Wcast-qual
|
CFLAGS+= -Wsign-compare -Wcast-qual
|
||||||
|
|
||||||
LDADD+= -lexpat -ltls -lssl -lcrypto
|
LDADD+= -lexpat -ltls
|
||||||
DPADD+= ${LIBEXPAT} ${LIBTLS} ${LIBSSL} ${LIBCRYPTO}
|
DPADD+= ${LIBEXPAT} ${LIBTLS} ${LIBSSL} ${LIBCRYPTO}
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
|
Loading…
Reference in a new issue