diff options
author | TizenOpenSource <tizenopensrc@samsung.com> | 2022-12-27 12:15:44 +0900 |
---|---|---|
committer | TizenOpenSource <tizenopensrc@samsung.com> | 2022-12-27 12:15:44 +0900 |
commit | 63bb5dc37a2dfabc6c03c04bc27ea5d47b922863 (patch) | |
tree | 13e5ba9b31ae74cbb14da50aac84905018a7fba5 /build-aux/config.rpath | |
parent | 8b3c9e355c111dccdc9116fbb27514acb21789f1 (diff) | |
download | diffutils-63bb5dc37a2dfabc6c03c04bc27ea5d47b922863.tar.gz diffutils-63bb5dc37a2dfabc6c03c04bc27ea5d47b922863.tar.bz2 diffutils-63bb5dc37a2dfabc6c03c04bc27ea5d47b922863.zip |
Imported Upstream version 3.8upstream/3.8
Diffstat (limited to 'build-aux/config.rpath')
-rwxr-xr-x | build-aux/config.rpath | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build-aux/config.rpath b/build-aux/config.rpath index fc5913d..4b7dc49 100755 --- a/build-aux/config.rpath +++ b/build-aux/config.rpath @@ -2,7 +2,7 @@ # Output a system dependent set of variables, describing how to set the # run time search path of shared libraries in an executable. # -# Copyright 1996-2018 Free Software Foundation, Inc. +# Copyright 1996-2021 Free Software Foundation, Inc. # Taken from GNU libtool, 2001 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 # @@ -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*) |