diff options
author | June McEnroe <june@causal.agency> | 2019-11-27 00:16:53 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-11-27 00:16:53 -0500 |
commit | b7dc2e3439a37d23d4847e130b37ece39b8efdd7 (patch) | |
tree | f61efdedf9274390b97721ba8ce25266d4dc2db9 | |
parent | Don't always create ${ETCDIR}/rc.d (diff) | |
download | pounce-b7dc2e3439a37d23d4847e130b37ece39b8efdd7.tar.gz pounce-b7dc2e3439a37d23d4847e130b37ece39b8efdd7.zip |
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.
-rw-r--r-- | Linux.mk | 4 |
1 files changed, 1 insertions, 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 = |