Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Christoph Badura <bad@netbsd.org>
List: source-changes
Date: 01/09/2001 20:37:47
Module Name:	pkgsrc
Committed By:	bad
Date:		Tue Jan  9 18:37:47 UTC 2001

Modified Files:
	pkgsrc/devel/libtool/patches: patch-aa patch-ab

Log Message:
On a.out systems link shared libraries against c++rt0.o only if there
actually are CTORS/DTORS in the objects that go into the library.

This makes pkgsrc under 1.3.x not blow up on C libraries that were built
with libtool.  E.g. everything that linked against -lintl would dump core.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 pkgsrc/devel/libtool/patches/patch-aa
cvs rdiff -r1.12 -r1.13 pkgsrc/devel/libtool/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.