aboutsummaryrefslogtreecommitdiff
path: root/config.rpath
diff options
context:
space:
mode:
Diffstat (limited to 'config.rpath')
-rwxr-xr-xconfig.rpath18
1 files changed, 12 insertions, 6 deletions
diff --git a/config.rpath b/config.rpath
index 98183ff2..c38b914d 100755
--- a/config.rpath
+++ b/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-2016 Free Software Foundation, Inc. 5# Copyright 1996-2013 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,7 +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.[01]*) 370 freebsd2.2*)
371 hardcode_libdir_flag_spec='-R$libdir'
372 hardcode_direct=yes
373 ;;
374 freebsd2*)
371 hardcode_direct=yes 375 hardcode_direct=yes
372 hardcode_minus_L=yes 376 hardcode_minus_L=yes
373 ;; 377 ;;
@@ -544,11 +548,13 @@ case "$host_os" in
544 dgux*) 548 dgux*)
545 library_names_spec='$libname$shrext' 549 library_names_spec='$libname$shrext'
546 ;; 550 ;;
547 freebsd[23].*)
548 library_names_spec='$libname$shrext$versuffix'
549 ;;
550 freebsd* | dragonfly*) 551 freebsd* | dragonfly*)
551 library_names_spec='$libname$shrext' 552 case "$host_os" in
553 freebsd[123]*)
554 library_names_spec='$libname$shrext$versuffix' ;;
555 *)
556 library_names_spec='$libname$shrext' ;;
557 esac
552 ;; 558 ;;
553 gnu*) 559 gnu*)
554 library_names_spec='$libname$shrext' 560 library_names_spec='$libname$shrext'