Commit e0e65542 authored by tim@threads.polyesthetic.msg's avatar tim@threads.polyesthetic.msg
Browse files

ltmain.sh Don't add -lc to deplibs under FreeBSD

parent 3654e267
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1789,6 +1789,9 @@ compiler."
	*-*-cygwin* | *-*-mingw* | *-*-os2* | *-*-beos*)
	  # these systems don't actually have a c library (as such)!
	  ;;
        *-*-freebsd*)
          # FreeBSD needs to handle -lc (or -lc_r) itself
          ;;
	*)
	  # Add libc to deplibs on all other systems.
	  deplibs="$deplibs -lc"