diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | configure | 1 |
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 ;; (*) |