]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
dhcpcd doesn't need to be statically linked on DragonFly
authorRoy Marples <roy@marples.name>
Fri, 17 Mar 2023 11:11:39 +0000 (11:11 +0000)
committerRoy Marples <roy@marples.name>
Fri, 17 Mar 2023 11:11:39 +0000 (11:11 +0000)
configure

index fd4c8a4a9f1d9beb01d10002e06a56e5136f8af0..50eebf37b891a832141a18d92a71e19d9d55b7a6 100755 (executable)
--- a/configure
+++ b/configure
@@ -357,7 +357,7 @@ else
        ALLOW_USR_LIBS=true
 fi
 case "$OS" in
-linux*|solaris*|sunos*|kfreebsd*) ;;
+linux*|solaris*|sunos*|kfreebsd*|dragonfly*) ;;
 *)
        # There might be more than one ...
        for LDELFN in /libexec/ld-elf.so.[0-9]*; do