]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in: Do not remove -lm from deplibs for OpenBSD.
authorBrad <brad@comstyle.com>
Sat, 18 Aug 2001 22:31:47 +0000 (22:31 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sat, 18 Aug 2001 22:31:47 +0000 (22:31 +0000)
ChangeLog
ltmain.in

index 30c6cd7fe6ccf5d5079237e0c8f76c534bfa0ad4..389d9eeb61b696c241d007d72e0846a01ed2774c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-08-18  Brad  <brad@comstyle.com>
+
+       * ltmain.in: Do not remove -lm from deplibs for OpenBSD.
+
 2001-08-05  Gary V. Vaughan  <gary@gnu.org>
 
        From Brad <brad@comstyle.com>:
index b61ccf068746a0801a5185eed96152a7f57d6869..9fde8ed1e97e996a19faa61ebdc4bcece7f4de65 100644 (file)
--- 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