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 | |
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
-rw-r--r-- | BitKeeper/etc/logging_ok | 1 | ||||
-rw-r--r-- | ltmain.sh | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index 966f7a398de..0bc2e507968 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -1 +1,2 @@ jani@hynda.mysql.fi +tim@work.mysql.com 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" |