crypto.so is missing in the makefile but present in GNUmakefile
--
You received this message because you are subscribed to the Google Groups
"prosody-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/prosody-dev/4cbb14616f7eacf79cfe.1707117305%40guantanamo.local.
# HG changeset patch
# User tm
# Date 1707116754 -3600
# Mon Feb 05 08:05:54 2024 +0100
# Node ID 4cbb14616f7eacf79cfe66b3ecd0456556dd35d6
# Parent f34b33cb1383398cfdad74226f31cd673faee272
Provide crypto.so to the makefile
crypto.so is missing in the makefile but present in GNUmakefile
diff -r f34b33cb1383 -r 4cbb14616f7e util-src/makefile
--- a/util-src/makefile Sun Aug 08 18:07:17 2021 +0200
+++ b/util-src/makefile Mon Feb 05 08:05:54 2024 +0100
@@ -7,7 +7,7 @@
ALL=encodings.so hashes.so net.so pposix.so signal.so table.so \
ringbuffer.so time.so poll.so compat.so strbitop.so \
- struct.so
+ struct.so crypto.so
.ifdef $(RANDOM)
ALL+=crand.so