summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-09-13 15:05:52 -0400
committerJune McEnroe <june@causal.agency>2021-09-13 15:05:52 -0400
commit326030a5fe1c681a4e2436598a53d6ad89cdeff6 (patch)
treed7556b4fe8d79817def0bfa5a2f18078b641b1a5 /Makefile
parentDocument lack of dependency on SQLite (diff)
downloadscooper-de8ec453cf6d2551e14f124931b17357cd7a051a.tar.gz
scooper-de8ec453cf6d2551e14f124931b17357cd7a051a.zip
Link with -ldl on Linux 1.3
Why Linux always gotta be different?
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c6daf8e..8fdd295 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ TEST_DB = litterbox.sqlite
 
 -include config.mk
 
-LDLIBS = -lm ${LDADD.kcgi} ${LDADD.kcgi-html}
+LDLIBS = -lm ${LDADD.dl} ${LDADD.kcgi} ${LDADD.kcgi-html}
 
 OBJS += contexts.o
 OBJS += css.o
='/libretls/commit/man/Makefile.am?h=3.3.1&id=3b4a10a68682f3b8590450c9be75a8ed4c7307c4&follow=1'>Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe