diff options
author | unknown <tim@work.mysql.com> | 2001-08-09 19:10:24 +0200 |
---|---|---|
committer | unknown <tim@work.mysql.com> | 2001-08-09 19:10:24 +0200 |
commit | 799bf1cdb61e64c5e551ce6a7791df275a1f9071 (patch) | |
tree | 9d83f5f25b3ef4e5bc78869e0421a7097e3d36ee /ltmain.sh | |
parent | 83fbd8d8db6939775bd0b13e9ef2aa40fb0acbea (diff) | |
download | mariadb-git-799bf1cdb61e64c5e551ce6a7791df275a1f9071.tar.gz |
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
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" |