mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
ltmain.sh Don't add -lc to deplibs under FreeBSD
ltmain.sh: Don't add -lc to deplibs under FreeBSD
This commit is contained in:
parent
90cfd0a099
commit
71e8ccf9f7
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue