diff options
author | tim@work.mysql.com <> | 2001-08-09 19:10:24 +0200 |
---|---|---|
committer | tim@work.mysql.com <> | 2001-08-09 19:10:24 +0200 |
commit | bbb40f5b0361fa904f2299ba7232b329f8a3d3ab (patch) | |
tree | 9d83f5f25b3ef4e5bc78869e0421a7097e3d36ee /ltmain.sh | |
parent | d05efc00341f16600b2e0f81e03489537ef77995 (diff) | |
download | mariadb-git-bbb40f5b0361fa904f2299ba7232b329f8a3d3ab.tar.gz |
logging_ok Logging to logging@openlogging.org accepted
ltmain.sh Don't add -lc to deplibs on FreeBSD.
Diffstat (limited to 'ltmain.sh')
-rw-r--r-- | ltmain.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ltmain.sh b/ltmain.sh index eba25223e45..cebed74c167 100644 --- a/ltmain.sh +++ b/ltmain.sh @@ -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" |