From: Bruno Haible Date: Sun, 7 Feb 2021 18:25:29 +0000 (+0100) Subject: havelib: Add support for MidnightBSD. X-Git-Tag: v1.0~3084 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=cc6d9794fd0085ed7d340d1b7a7251aa58297923;p=gnulib.git havelib: Add support for MidnightBSD. * build-aux/config.rpath: Treat MidnightBSD like FreeBSD >= 4. --- diff --git a/ChangeLog b/ChangeLog index 02193f1c64..483763725a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2021-02-07 Bruno Haible + + havelib: Add support for MidnightBSD. + * build-aux/config.rpath: Treat MidnightBSD like FreeBSD >= 4. + 2021-02-07 Bruno Haible wcwidth: Document MidnightBSD bug. diff --git a/build-aux/config.rpath b/build-aux/config.rpath index 69988c5b66..4b7dc49c26 100755 --- a/build-aux/config.rpath +++ b/build-aux/config.rpath @@ -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*)