diff options
author | obache <obache@pkgsrc.org> | 2009-12-13 08:13:07 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-12-13 08:13:07 +0000 |
commit | 69d0858e02fe8d1ce32bc79615f1fd11f919ea04 (patch) | |
tree | bd18c02bff185e4e2e3cd265dcd735a29ab352f9 /mk | |
parent | c46bbcf62ea271f536ebe7e026fe2928807583ec (diff) | |
download | pkgsrc-69d0858e02fe8d1ce32bc79615f1fd11f919ea04.tar.gz |
treat interix>3 same as interix3.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/gnu-config/config.rpath | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/gnu-config/config.rpath b/mk/gnu-config/config.rpath index cde64f52f6f..15560dbfd21 100644 --- a/mk/gnu-config/config.rpath +++ b/mk/gnu-config/config.rpath @@ -1,6 +1,6 @@ #! /bin/sh # -# $NetBSD: config.rpath,v 1.2 2005/01/14 00:10:50 tv Exp $ +# $NetBSD: config.rpath,v 1.3 2009/12/13 08:13:07 obache Exp $ # # Output a system dependent set of variables, describing how to set the # run time search path of shared libraries in an executable. @@ -261,7 +261,7 @@ else hardcode_minus_L=yes # Not in the search PATH, but as the default # location of the library. ;; - interix3*) + interix[3-9]*) hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes ;; @@ -408,7 +408,7 @@ case "$host_os" in hpux9* | hpux10* | hpux11*) shlibext=sl ;; - interix3*) + interix[3-9]*) shlibext=so ;; irix5* | irix6*) |