From 26ad6e3c7abee6aa8e30b47c201b18ce6ea9e19e Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 3 Sep 2020 20:37:08 -0400 Subject: Build fbclock with -lz I guess this got lost somewhere, long ago... --- bin/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/Makefile') diff --git a/bin/Makefile b/bin/Makefile index 5aa9acf9..61e405c0 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -7,6 +7,7 @@ LDFLAGS += -L${LIBS_PREFIX}/lib CFLAGS += -Wall -Wextra -Wpedantic -Wno-gnu-case-range LDLIBS.dtch = -lutil +LDLIBS.fbclock = -lz LDLIBS.glitch = -lz LDLIBS.hnel = -lutil LDLIBS.modem = -lutil -- cgit 1.4.1