mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 15:25:33 +02:00
logging_ok Logging to logging@openlogging.org accepted
ltmain.sh Don't add -lc to deplibs on FreeBSD. ltmain.sh: Don't add -lc to deplibs on FreeBSD. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
This commit is contained in:
parent
83fbd8d8db
commit
799bf1cdb6
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