diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-03-18 21:21:36 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-03-18 21:21:36 +0200 |
commit | 40cd3b0df6128e5b111c9b7c5c9892eac13a3497 (patch) | |
tree | 71be19264bcf9d0ca584d74dd5b6efa26355dfcd /build-aux/config.rpath | |
parent | a98f6b507ed2d540ee214cf1f9eb3487a542fd18 (diff) | |
parent | 99506ea7cf223ae6c6e9ff58d320ad1cba24c163 (diff) | |
download | egawk-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-x | build-aux/config.rpath | 4 |
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*) |