]> Savannah Git Hosting - gnulib.git/commitdiff
havelib: Add support for MidnightBSD.
authorBruno Haible <bruno@clisp.org>
Sun, 7 Feb 2021 18:25:29 +0000 (19:25 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 7 Feb 2021 18:25:29 +0000 (19:25 +0100)
* build-aux/config.rpath: Treat MidnightBSD like FreeBSD >= 4.

ChangeLog
build-aux/config.rpath

index 02193f1c64be2d6d35e7f37ad7d471f67519e2f9..483763725a0576be49a96a535482ada6ed45c6ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-02-07  Bruno Haible  <bruno@clisp.org>
+
+       havelib: Add support for MidnightBSD.
+       * build-aux/config.rpath: Treat MidnightBSD like FreeBSD >= 4.
+
 2021-02-07  Bruno Haible  <bruno@clisp.org>
 
        wcwidth: Document MidnightBSD bug.
index 69988c5b662f0d76b753921915c1c6208aa655bf..4b7dc49c26f8e83cdfd0e58bd1655063b0197cce 100755 (executable)
@@ -371,7 +371,7 @@ else
       hardcode_direct=yes
       hardcode_minus_L=yes
       ;;
-    freebsd* | dragonfly*)
+    freebsd* | dragonfly* | midnightbsd*)
       hardcode_libdir_flag_spec='-R$libdir'
       hardcode_direct=yes
       ;;
@@ -547,7 +547,7 @@ case "$host_os" in
   freebsd[23].*)
     library_names_spec='$libname$shrext$versuffix'
     ;;
-  freebsd* | dragonfly*)
+  freebsd* | dragonfly* | midnightbsd*)
     library_names_spec='$libname$shrext'
     ;;
   gnu*)