Skip to content

Commit

Permalink
FreeBSD no longer needs static linking
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmarples committed Apr 11, 2023
1 parent 293f2af commit af56d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af56d0d

Please sign in to comment.