summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-11-27 00:16:53 -0500
committerJune McEnroe <june@causal.agency>2019-11-27 00:16:53 -0500
commitb7dc2e3439a37d23d4847e130b37ece39b8efdd7 (patch)
treef61efdedf9274390b97721ba8ce25266d4dc2db9
parentDon't always create ${ETCDIR}/rc.d (diff)
downloadpounce-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.mk4
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 =
2022-02-19Run line editing testsJune McEnroe 2022-02-18Implement new line editing "library"June McEnroe 2022-02-18Simplify cursor positioning in inputJune McEnroe 2022-02-18Fix M-f orderingJune McEnroe 2022-02-12Move sandman build to scripts/MakefileJune McEnroe 2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe