diff options
author | skrll <skrll> | 2001-02-28 21:20:30 +0000 |
---|---|---|
committer | skrll <skrll> | 2001-02-28 21:20:30 +0000 |
commit | ea6818a9334025cbe96659c52de22e75cfc0c95e (patch) | |
tree | 916c83d463d4500efae0614223f9e35c2d0a8cd4 /devel/libtool | |
parent | e6f08074f9abb0524d5f64e9fe8aaa53d2fa7b26 (diff) | |
download | pkgsrc-ea6818a9334025cbe96659c52de22e75cfc0c95e.tar.gz |
Restore old numbering scheme for libraries on Solaris as discussed on
tech-pkg.
Diffstat (limited to 'devel/libtool')
-rw-r--r-- | devel/libtool/files/patch-sum | 4 | ||||
-rw-r--r-- | devel/libtool/patches/patch-aa | 15 |
2 files changed, 14 insertions, 5 deletions
diff --git a/devel/libtool/files/patch-sum b/devel/libtool/files/patch-sum index c2e02aa977e..494f028f526 100644 --- a/devel/libtool/files/patch-sum +++ b/devel/libtool/files/patch-sum @@ -1,6 +1,6 @@ -$NetBSD: patch-sum,v 1.28 2001/02/28 18:18:22 skrll Exp $ +$NetBSD: patch-sum,v 1.29 2001/02/28 21:20:30 skrll Exp $ -MD5 (patch-aa) = fb45156202da4751206e36dd0be5dabc +MD5 (patch-aa) = 91db5755b0d22449a3e93c075f702d50 MD5 (patch-ab) = 8bc16291ef6407e694ecdccb103bae5d MD5 (patch-ac) = a5da475693a57e16bd8462793f87639e MD5 (patch-ad) = 15958457a2ed12613b9ad901677772d3 diff --git a/devel/libtool/patches/patch-aa b/devel/libtool/patches/patch-aa index 533ec946638..9d79c832a5f 100644 --- a/devel/libtool/patches/patch-aa +++ b/devel/libtool/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.22 2001/02/27 08:20:25 skrll Exp $ +$NetBSD: patch-aa,v 1.23 2001/02/28 21:20:31 skrll Exp $ ---- ltconfig.in.orig Sat Feb 3 05:05:03 2001 +--- ltconfig.in.orig Fri Feb 16 05:05:03 2001 +++ ltconfig.in -@@ -1120,6 +1120,8 @@ +@@ -1142,6 +1142,8 @@ netbsd*) version_type=sunos @@ -11,3 +11,12 @@ $NetBSD: patch-aa,v 1.22 2001/02/27 08:20:25 skrll Exp $ if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' +@@ -1200,7 +1202,7 @@ + ;; + + solaris*) +- version_type=linux ++ version_type=sunos + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' |