]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
FreeBSD no longer needs static linking
authorRoy Marples <roy@marples.name>
Tue, 11 Apr 2023 18:25:03 +0000 (19:25 +0100)
committerRoy Marples <roy@marples.name>
Tue, 11 Apr 2023 18:25:03 +0000 (19:25 +0100)
configure

index 50eebf37b891a832141a18d92a71e19d9d55b7a6..8ddd38ec417a49c4500f37f4bbd7343f2c50827b 100755 (executable)
--- 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