diff options
author | Lorenz Kästle <lorenz.kaestle@netways.de> | 2023-03-09 10:03:48 (GMT) |
---|---|---|
committer | Lorenz Kästle <lorenz.kaestle@netways.de> | 2023-03-09 10:03:48 (GMT) |
commit | d0edb72a0c9bc1a28197ab4566928f7ee63a6d43 (patch) | |
tree | 6d524fb16d2dd1aa9f2d98529ef1de7a39f52700 /build-aux/config.rpath | |
parent | 9fdc82f0543c6e2891c7079f70297f92e8ef4619 (diff) | |
parent | 269718094177fb8a7e3d3005d1310495009fe8c4 (diff) | |
download | monitoring-plugins-d0edb72a0c9bc1a28197ab4566928f7ee63a6d43.tar.gz |
Merge branch 'master' into RincewindsHat-patch-1
Diffstat (limited to 'build-aux/config.rpath')
-rwxr-xr-x | build-aux/config.rpath | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/build-aux/config.rpath b/build-aux/config.rpath index c38b914..1e2595f 100755 --- a/build-aux/config.rpath +++ b/build-aux/config.rpath | |||
@@ -2,7 +2,7 @@ | |||
2 | # Output a system dependent set of variables, describing how to set the | 2 | # Output a system dependent set of variables, describing how to set the |
3 | # run time search path of shared libraries in an executable. | 3 | # run time search path of shared libraries in an executable. |
4 | # | 4 | # |
5 | # Copyright 1996-2013 Free Software Foundation, Inc. | 5 | # Copyright 1996-2023 Free Software Foundation, Inc. |
6 | # Taken from GNU libtool, 2001 | 6 | # Taken from GNU libtool, 2001 |
7 | # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 | 7 | # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 |
8 | # | 8 | # |
@@ -367,15 +367,11 @@ else | |||
367 | dgux*) | 367 | dgux*) |
368 | hardcode_libdir_flag_spec='-L$libdir' | 368 | hardcode_libdir_flag_spec='-L$libdir' |
369 | ;; | 369 | ;; |
370 | freebsd2.2*) | 370 | freebsd2.[01]*) |
371 | hardcode_libdir_flag_spec='-R$libdir' | ||
372 | hardcode_direct=yes | ||
373 | ;; | ||
374 | freebsd2*) | ||
375 | hardcode_direct=yes | 371 | hardcode_direct=yes |
376 | hardcode_minus_L=yes | 372 | hardcode_minus_L=yes |
377 | ;; | 373 | ;; |
378 | freebsd* | dragonfly*) | 374 | freebsd* | dragonfly* | midnightbsd*) |
379 | hardcode_libdir_flag_spec='-R$libdir' | 375 | hardcode_libdir_flag_spec='-R$libdir' |
380 | hardcode_direct=yes | 376 | hardcode_direct=yes |
381 | ;; | 377 | ;; |
@@ -548,13 +544,11 @@ case "$host_os" in | |||
548 | dgux*) | 544 | dgux*) |
549 | library_names_spec='$libname$shrext' | 545 | library_names_spec='$libname$shrext' |
550 | ;; | 546 | ;; |
551 | freebsd* | dragonfly*) | 547 | freebsd[23].*) |
552 | case "$host_os" in | 548 | library_names_spec='$libname$shrext$versuffix' |
553 | freebsd[123]*) | 549 | ;; |
554 | library_names_spec='$libname$shrext$versuffix' ;; | 550 | freebsd* | dragonfly* | midnightbsd*) |
555 | *) | 551 | library_names_spec='$libname$shrext' |
556 | library_names_spec='$libname$shrext' ;; | ||
557 | esac | ||
558 | ;; | 552 | ;; |
559 | gnu*) | 553 | gnu*) |
560 | library_names_spec='$libname$shrext' | 554 | library_names_spec='$libname$shrext' |