commit 3d8474d68c7cbbf6b5065e1384066e975542691e
parent b9d23ff51298cd95a33053d68b27ffe732c2342b
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Mon, 27 Aug 2018 02:09:20 +0200
irctk doesn't actually need to link to ssl
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -1,6 +1,6 @@
CC = gcc
CFLAGS = -Wall -Wno-unused-but-set-variable -O2 -DENABLE_THREADS -D_REENTRANT
-LIBS = -lpthread -lnsl -lircclient -lssl -lcrypto
+LIBS = -lpthread -lnsl -lircclient -lcrypto
all: irctk