mirror of
https://github.com/bjc/prosody.git
synced 2025-04-01 20:27:39 +03:00
make: Fix build of util.struct on *BSD
This commit is contained in:
parent
8eadf174b4
commit
ffb37f3ef3
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue