From: Brad Date: Sat, 18 Aug 2001 22:31:47 +0000 (+0000) Subject: * ltmain.in: Do not remove -lm from deplibs for OpenBSD. X-Git-Tag: release-1-4-1~8 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=8ee0a517295aea1907b45f3f48ea53dcf104a0b3;p=thirdparty%2Flibtool.git * ltmain.in: Do not remove -lm from deplibs for OpenBSD. --- diff --git a/ChangeLog b/ChangeLog index 30c6cd7fe..389d9eeb6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-08-18 Brad + + * ltmain.in: Do not remove -lm from deplibs for OpenBSD. + 2001-08-05 Gary V. Vaughan From Brad : diff --git a/ltmain.in b/ltmain.in index b61ccf068..9fde8ed1e 100644 --- a/ltmain.in +++ b/ltmain.in @@ -1042,7 +1042,7 @@ compiler." ;; *-*-openbsd*) # Do not include libc due to us having libc/libc_r. - continue + test "X$arg" = "X-lc" && continue ;; esac fi