summaryrefslogtreecommitdiff
path: root/build-aux/config.rpath
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-02-07 19:25:29 +0100
committerBruno Haible <bruno@clisp.org>2021-02-07 19:25:29 +0100
commitcc6d9794fd0085ed7d340d1b7a7251aa58297923 (patch)
treea26db2da612ff5f82b6930ca92dad8f5f5eed90e /build-aux/config.rpath
parentb3f18c639784da3c0c83cefceac30420e3dd9fcc (diff)
downloadgnulib-cc6d9794fd0085ed7d340d1b7a7251aa58297923.tar.gz
havelib: Add support for MidnightBSD.
* build-aux/config.rpath: Treat MidnightBSD like FreeBSD >= 4.
Diffstat (limited to 'build-aux/config.rpath')
-rwxr-xr-xbuild-aux/config.rpath4
1 files changed, 2 insertions, 2 deletions
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*)