~ubuntu-branches/ubuntu/vivid/gss/vivid-proposed

« back to all changes in this revision

Viewing changes to build-aux/config.rpath

  • Committer: Package Import Robot
  • Author(s): Simon Josefsson
  • Date: 2014-10-09 15:51:38 UTC
  • mfrom: (1.2.9)
  • Revision ID: package-import@ubuntu.com-20141009155138-50b2mr1qsqcln38w
Tags: 1.0.3-1
* New upstream version.
  - Drop unnecessary Debian patches.
* Update standards version to 3.9.6.
* Improve copyright file.
* Use DEP3 patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Output a system dependent set of variables, describing how to set the
3
3
# run time search path of shared libraries in an executable.
4
4
#
5
 
#   Copyright 1996-2011 Free Software Foundation, Inc.
 
5
#   Copyright 1996-2014 Free Software Foundation, Inc.
6
6
#   Taken from GNU libtool, 2001
7
7
#   Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
8
8
#
25
25
#   known workaround is to choose shorter directory names for the build
26
26
#   directory and/or the installation directory.
27
27
 
28
 
# All known linkers require a `.a' archive for static linking (except MSVC,
 
28
# All known linkers require a '.a' archive for static linking (except MSVC,
29
29
# which needs '.lib').
30
30
libext=a
31
31
shrext=.so
367
367
    dgux*)
368
368
      hardcode_libdir_flag_spec='-L$libdir'
369
369
      ;;
370
 
    freebsd2.2*)
371
 
      hardcode_libdir_flag_spec='-R$libdir'
372
 
      hardcode_direct=yes
373
 
      ;;
374
 
    freebsd2*)
 
370
    freebsd2.[01]*)
375
371
      hardcode_direct=yes
376
372
      hardcode_minus_L=yes
377
373
      ;;
548
544
  dgux*)
549
545
    library_names_spec='$libname$shrext'
550
546
    ;;
 
547
  freebsd[23].*)
 
548
    library_names_spec='$libname$shrext$versuffix'
 
549
    ;;
551
550
  freebsd* | dragonfly*)
552
 
    case "$host_os" in
553
 
      freebsd[123]*)
554
 
        library_names_spec='$libname$shrext$versuffix' ;;
555
 
      *)
556
 
        library_names_spec='$libname$shrext' ;;
557
 
    esac
 
551
    library_names_spec='$libname$shrext'
558
552
    ;;
559
553
  gnu*)
560
554
    library_names_spec='$libname$shrext'