about summary refs log tree commit diff homepage
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-10-14 19:50:44 -0400
committerJune McEnroe <june@causal.agency>2018-10-14 19:50:44 -0400
commit287c2039af668ec13fb7b509475acbff338dd4fe (patch)
treeec009885735b1053f15950af7be9c2b7cf9b1e88 /Makefile
parentReplace torus.7 with torus.1 (diff)
downloadtorus-287c2039af668ec13fb7b509475acbff338dd4fe.tar.gz
torus-287c2039af668ec13fb7b509475acbff338dd4fe.zip
Add server daemonization
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 776a032..3b3a08a 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ CHROOT_GROUP = $(CHROOT_USER)
 
 CFLAGS += -Wall -Wextra -Wpedantic
 LDFLAGS += -static
-LDLIBS = -lcursesw -lz
+LDLIBS = -lcursesw -lutil -lz
 BINS = server client image meta merge
 OBJS = $(BINS:%=%.o)