From: Roy Marples Date: Tue, 11 Apr 2023 18:25:03 +0000 (+0100) Subject: FreeBSD no longer needs static linking X-Git-Tag: v10.0.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af56d0d635003a97aa79b206793d3d2d215139be;p=thirdparty%2Fdhcpcd.git FreeBSD no longer needs static linking --- diff --git a/configure b/configure index 50eebf37..8ddd38ec 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