$OpenBSD: patch-ltmain_sh,v 1.1.1.1 2001/07/13 15:16:21 avsm Exp $ --- ltmain.sh.orig Fri Jul 13 16:00:36 2001 +++ ltmain.sh Fri Jul 13 16:01:20 2001 @@ -1702,6 +1702,10 @@ compiler." *-*-cygwin* | *-*-mingw* | *-*-os2*) # these systems don't actually have a c library (as such)! ;; + *-*-openbsd*) + # Do not include libc due to us having libc/libc_r. + continue + ;; *) # Add libc to deplibs on all other systems. deplibs="$deplibs -lc"