From 293f2af6ad37ce66404fbcb572478450293e1cc3 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 17 Mar 2023 11:11:39 +0000 Subject: [PATCH] dhcpcd doesn't need to be statically linked on DragonFly --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index fd4c8a4a..50eebf37 100755 --- 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 -- 2.47.3