From 73f066699f68a1f1078f03923e7bd98703860ed7 Mon Sep 17 00:00:00 2001 From: Reyk Floeter Date: Tue, 8 May 2018 09:48:59 +0200 Subject: [PATCH] Only link to libtls (which will pull libssl/crypto by itself) --- agent/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/Makefile b/agent/Makefile index 2205fc1..39d7743 100644 --- a/agent/Makefile +++ b/agent/Makefile @@ -15,7 +15,7 @@ CFLAGS+= -Wmissing-declarations CFLAGS+= -Wshadow -Wpointer-arith CFLAGS+= -Wsign-compare -Wcast-qual -LDADD+= -lexpat -ltls -lssl -lcrypto +LDADD+= -lexpat -ltls DPADD+= ${LIBEXPAT} ${LIBTLS} ${LIBSSL} ${LIBCRYPTO} .include