# HG changeset patch # User Kim Alvefur # Date 1646412393 -3600 # Node ID 261ce358e43622c9e080da7b7d82594cce1d1d09 # Parent 0576d7d625a02a64be789ba400983592ab916a1b make: Fix build of util.struct on *BSD diff -r 0576d7d625a0 -r 261ce358e436 util-src/makefile --- a/util-src/makefile Fri Mar 04 16:46:47 2022 +0000 +++ b/util-src/makefile Fri Mar 04 17:46:33 2022 +0100 @@ -6,7 +6,8 @@ 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