summaryrefslogtreecommitdiff
path: root/build-aux/config.libpath
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-02-07 19:31:02 +0100
committerBruno Haible <bruno@clisp.org>2021-02-07 19:31:02 +0100
commit6563dfc2de39cad50333b208a52fe20c57e59556 (patch)
tree35a33eb63ab65bb5301a7756eb629d888aad05a8 /build-aux/config.libpath
parentcc6d9794fd0085ed7d340d1b7a7251aa58297923 (diff)
downloadgnulib-6563dfc2de39cad50333b208a52fe20c57e59556.tar.gz
relocatable-prog: Add support for MidnightBSD.
* m4/relocatable.m4 (gl_RELOCATABLE_BODY): Use the ELF $ORIGIN trick also on MidnightBSD >= 1.1. * build-aux/config.libpath: Treat MidnightBSD like FreeBSD. * build-aux/reloc-ldflags: Likewise.
Diffstat (limited to 'build-aux/config.libpath')
-rwxr-xr-xbuild-aux/config.libpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/config.libpath b/build-aux/config.libpath
index 6d0e55043a..082385735f 100755
--- a/build-aux/config.libpath
+++ b/build-aux/config.libpath
@@ -66,7 +66,7 @@ case $host_os in
dgux*)
shlibpath_var=LD_LIBRARY_PATH
;;
- freebsd* | dragonfly*)
+ freebsd* | dragonfly* | midnightbsd*)
shlibpath_var=LD_LIBRARY_PATH
;;
gnu*)