aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/config.rpath
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-03-18 21:21:36 +0200
committerArnold D. Robbins <arnold@skeeve.com>2021-03-18 21:21:36 +0200
commit40cd3b0df6128e5b111c9b7c5c9892eac13a3497 (patch)
tree71be19264bcf9d0ca584d74dd5b6efa26355dfcd /build-aux/config.rpath
parenta98f6b507ed2d540ee214cf1f9eb3487a542fd18 (diff)
parent99506ea7cf223ae6c6e9ff58d320ad1cba24c163 (diff)
downloadegawk-40cd3b0df6128e5b111c9b7c5c9892eac13a3497.tar.gz
egawk-40cd3b0df6128e5b111c9b7c5c9892eac13a3497.tar.bz2
egawk-40cd3b0df6128e5b111c9b7c5c9892eac13a3497.zip
Merge branch 'master' into feature/bool
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 69988c5b..4b7dc49c 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*)