mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 08:34:28 +02:00
logging_ok Logging to logging@openlogging.org accepted
ltmain.sh Don't add -lc to deplibs on FreeBSD.
This commit is contained in:
parent
d05efc0034
commit
bbb40f5b03
2 changed files with 4 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
jani@hynda.mysql.fi
|
||||
tim@work.mysql.com
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue