summary refs log tree commit diff
path: root/Linux.mk
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 /Linux.mk
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.
Diffstat (limited to '')
-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 =
t/books.txt?id=24db34c7509b05b0907b6e35c6a1781bfb29cf97&follow=1'>Add The Book of Form and EmptinessJune McEnroe 2022-08-15Load dates from ~/.config/when/datesJune McEnroe 2022-08-15Allow names with prefixes of months and daysJune McEnroe 2022-08-15Add named dates to whenJune McEnroe 2022-08-14Remove tweets text fileJune McEnroe 2022-08-09Fix all copyright noticesJune McEnroe 2022-08-04Add Conversations With FriendsJune McEnroe 2022-07-30Add Normal PeopleJune McEnroe 2022-07-26Rewrite glitch from new pngoJune McEnroe 2022-07-26Update Care with time-to-ID and piercingsJune McEnroe 2022-07-26Add -w to upJune McEnroe 2022-07-13Set push.autoSetupRemoteJune McEnroe 2022-07-08Remove TOURJune McEnroe 2022-07-03Add The Bone Shard EmperorJune McEnroe 2022-06-25Bump xterm font size to 12June McEnroe 2022-06-10Handle subshells (and functions) inside substitutionsJune McEnroe 2022-06-10Switch to jorts Install scriptJune McEnroe 2022-06-08Indicate if still reading or no resultsJune McEnroe 2022-06-08Add Maiden, Mother, CroneJune McEnroe 2022-06-05FIRST SHOW IN 2.5 YEARS BABEY!!!June McEnroe 2022-06-03Set line number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe