From ffb37f3ef39c41e3512b98a5cf169e40f07bd5a5 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Fri, 4 Mar 2022 17:46:33 +0100 Subject: make: Fix build of util.struct on *BSD --- util-src/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util-src/makefile b/util-src/makefile index 1560fca4..2df837c7 100644 --- a/util-src/makefile +++ b/util-src/makefile @@ -6,7 +6,8 @@ INSTALL_DATA=install -m644 TARGET?=../util/ ALL=encodings.so hashes.so net.so pposix.so signal.so table.so \ - ringbuffer.so time.so poll.so compat.so strbitop.so + ringbuffer.so time.so poll.so compat.so strbitop.so \ + struct.so .ifdef $(RANDOM) ALL+=crand.so -- cgit v1.2.3