mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
The issue upstream had with FreeBSD's arc4random_buf are not valid anymore. PR: 280465
13 lines
338 B
Plaintext
13 lines
338 B
Plaintext
--- configure.orig 2023-10-11 23:33:50 UTC
|
|
+++ configure
|
|
@@ -12163,9 +12163,6 @@ fi
|
|
*freebsd*)
|
|
HOST_OS=freebsd
|
|
HOST_ABI=elf
|
|
- # fork detection missing, weak seed on failure
|
|
- # https://svnweb.freebsd.org/base/head/lib/libc/gen/arc4random.c?revision=268642&view=markup
|
|
- USE_BUILTIN_ARC4RANDOM=yes
|
|
PROG_LDADD='-lthr'
|
|
|
|
;;
|