From af56d0d635003a97aa79b206793d3d2d215139be Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 11 Apr 2023 19:25:03 +0100 Subject: [PATCH] FreeBSD no longer needs static linking --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 50eebf37b..8ddd38ec4 100755 --- a/configure +++ b/configure @@ -357,7 +357,7 @@ else ALLOW_USR_LIBS=true fi case "$OS" in -linux*|solaris*|sunos*|kfreebsd*|dragonfly*) ;; +linux*|solaris*|sunos*|kfreebsd*|dragonfly*|freebsd*) ;; *) # There might be more than one ... for LDELFN in /libexec/ld-elf.so.[0-9]*; do