about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rwxr-xr-xconfigure1
2 files changed, 2 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
diff --git a/configure b/configure
index 97cfafc..fd96edd 100755
--- a/configure
+++ b/configure
@@ -41,6 +41,7 @@ case "$(uname)" in
 		;;
 	(Linux)
 		cflags -D_GNU_SOURCE
+		ldadd dl -ldl
 		config kcgi kcgi-html
 		;;
 	(*)
5740ad3a5b3bf8ee721f47485a7&follow=1'>Add htagmlJune McEnroe 2021-01-12Replace causal.agency with a simple mdoc pageJune McEnroe 2021-01-11Publish "Using vi"June McEnroe 2021-01-11Enable diff.colorMovedJune McEnroe 2021-01-10Set less search case-insensitiveJune McEnroe 2021-01-10Set EXINITJune McEnroe 2021-01-09Add c -t flag to print expression typeJune McEnroe 2021-01-05Update taglineJune McEnroe