about summary refs log tree commit diff homepage
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-07 01:11:20 -0500
committerJune McEnroe <june@causal.agency>2019-01-07 01:11:20 -0500
commit42fcb6656dd9b6c735b09ce61f8ce4e875329c43 (patch)
tree2c97aa115e449633218fea5d5be051530fe82f2c /Makefile
parentmadvise MADV_NOCORE in image (diff)
downloadtorus-42fcb6656dd9b6c735b09ce61f8ce4e875329c43.tar.gz
torus-42fcb6656dd9b6c735b09ce61f8ce4e875329c43.zip
Compress PNG data in image
kcgi never enables compression for FastCGI.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 342e292..b1c43b1 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ CHROOT_GROUP = $(CHROOT_USER)
 
 CFLAGS += -std=c11 -Wall -Wextra -Wpedantic
 LDFLAGS = -static
-LDLIBS = -lcursesw -lutil
+LDLIBS = -lcursesw -lutil -lz
 
 -include config.mk