aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/config.rpath
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-03-18 21:20:58 +0200
committerArnold D. Robbins <arnold@skeeve.com>2021-03-18 21:20:58 +0200
commit99506ea7cf223ae6c6e9ff58d320ad1cba24c163 (patch)
tree127ff97f47ab24720a0baeb81f3500452aeb2518 /build-aux/config.rpath
parent09887734833d47e9c2ea1203689a9bc7bccae723 (diff)
parentdbf4f96f792b418b3dfb9cb0f43ea76727e7132d (diff)
downloadegawk-99506ea7cf223ae6c6e9ff58d320ad1cba24c163.tar.gz
egawk-99506ea7cf223ae6c6e9ff58d320ad1cba24c163.tar.bz2
egawk-99506ea7cf223ae6c6e9ff58d320ad1cba24c163.zip
Merge branch 'gawk-5.1-stable'
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*)