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.
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 =
Why did I ever turn this on? This gets me nothing but inconvenience. RIP to all the wasted bytes in my git repos. 2019-12-19Ignore about-filterJune McEnroe 2019-12-19Fix matching make tags with no sourcesJune McEnroe 2019-12-19Avoid matching := assignments as tagsJune McEnroe 2019-12-18Hide line numbers when rendering mdocJune McEnroe Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table. 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe :target persists after you click on something else. 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc. 2019-12-16Post "cgit setup"June McEnroe