Commit bbb40f5b authored by tim@work.mysql.com's avatar tim@work.mysql.com
Browse files

logging_ok Logging to logging@openlogging.org accepted

ltmain.sh	Don't add -lc to deplibs on FreeBSD.
parent d05efc00
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
jani@hynda.mysql.fi
tim@work.mysql.com
+3 −0
Original line number Diff line number Diff line
@@ -1798,6 +1798,9 @@ compiler."
	*-*-cygwin* | *-*-mingw* | *-*-os2* | *-*-beos*)
	  # these systems don't actually have a c library (as such)!
	  ;;
        *-*-freebsd*)
	  #FreeBSD needs to handle -lc and -lc_r itself
	  ;;
        *-*-rhapsody*)
	  # rhapsody is a little odd...
	  deplibs="$deplibs -framework System"