From: Roy Marples Date: Fri, 17 Mar 2023 11:11:39 +0000 (+0000) Subject: dhcpcd doesn't need to be statically linked on DragonFly X-Git-Tag: v10.0.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=293f2af6ad37ce66404fbcb572478450293e1cc3;p=thirdparty%2Fdhcpcd.git dhcpcd doesn't need to be statically linked on DragonFly --- 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