Diff for /embedaddon/libiconv/build-aux/config.rpath between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/05/29 09:29:44 version 1.1.1.3, 2021/03/17 13:38:46
Line 2 Line 2
 # Output a system dependent set of variables, describing how to set the  # Output a system dependent set of variables, describing how to set the
 # run time search path of shared libraries in an executable.  # run time search path of shared libraries in an executable.
 #  #
#   Copyright 1996-2011 Free Software Foundation, Inc.#   Copyright 1996-2019 Free Software Foundation, Inc.
 #   Taken from GNU libtool, 2001  #   Taken from GNU libtool, 2001
 #   Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996  #   Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
 #  #
Line 25 Line 25
 #   known workaround is to choose shorter directory names for the build  #   known workaround is to choose shorter directory names for the build
 #   directory and/or the installation directory.  #   directory and/or the installation directory.
   
# All known linkers require a `.a' archive for static linking (except MSVC,# All known linkers require a '.a' archive for static linking (except MSVC,
 # which needs '.lib').  # which needs '.lib').
 libext=a  libext=a
 shrext=.so  shrext=.so
Line 367  else Line 367  else
     dgux*)      dgux*)
       hardcode_libdir_flag_spec='-L$libdir'        hardcode_libdir_flag_spec='-L$libdir'
       ;;        ;;
    freebsd2.2*)    freebsd2.[01]*)
      hardcode_libdir_flag_spec='-R$libdir' 
       hardcode_direct=yes        hardcode_direct=yes
       ;;  
     freebsd2*)  
       hardcode_direct=yes  
       hardcode_minus_L=yes        hardcode_minus_L=yes
       ;;        ;;
     freebsd* | dragonfly*)      freebsd* | dragonfly*)
Line 548  case "$host_os" in Line 544  case "$host_os" in
   dgux*)    dgux*)
     library_names_spec='$libname$shrext'      library_names_spec='$libname$shrext'
     ;;      ;;
     freebsd[23].*)
       library_names_spec='$libname$shrext$versuffix'
       ;;
   freebsd* | dragonfly*)    freebsd* | dragonfly*)
    case "$host_os" in    library_names_spec='$libname$shrext'
      freebsd[123]*) 
        library_names_spec='$libname$shrext$versuffix' ;; 
      *) 
        library_names_spec='$libname$shrext' ;; 
    esac 
     ;;      ;;
   gnu*)    gnu*)
     library_names_spec='$libname$shrext'      library_names_spec='$libname$shrext'

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>