about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
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
00'>2013-04-10ui-snapshot.c: Prepend "V" when guessing ref namesLukas Fleischer 2013-04-10t0107: Skip ZIP tests if unzip(1) isn't availableLukas Fleischer 2013-04-10tests/: Do not use `sed -i`Lukas Fleischer 2013-04-10Add branch-sort and repo.branch-sort options.Jason A. Donenfeld 2013-04-10t0109: chain operations with &&John Keeping 2013-04-10cgit.c: Do not restore unset environment variablesLukas Fleischer 2013-04-09t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer