From b7dc2e3439a37d23d4847e130b37ece39b8efdd7 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 27 Nov 2019 00:16:53 -0500 Subject: Simplify Linux.mk This should just be what is definitely necessary, and all distros have their own problems. This works on Void Linux at least. --- Linux.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Linux.mk b/Linux.mk index 15e704f..fff0c8a 100644 --- a/Linux.mk +++ b/Linux.mk @@ -1,8 +1,6 @@ CFLAGS += -D_GNU_SOURCE -D'CERTBOT_PATH="/etc/letsencrypt"' -LDLIBS = -lcrypt -lpthread -l:libtls.a -l:libssl.a -l:libcrypto.a -LDLIBS_calico = -l:libcrypto.a +LDLIBS_calico = -lcrypto MANDIR = ${PREFIX}/share/man -ETCDIR = /etc RCS = DIRS = -- cgit 1.4.1