Software /
code /
prosody
Changeset
12364:261ce358e436
make: Fix build of util.struct on *BSD
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 04 Mar 2022 17:46:33 +0100 |
parents | 12363:0576d7d625a0 |
children | 12365:af02b033bd7f |
files | util-src/makefile |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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