Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 12/06/2000 19:12:33
Module Name:	pkgsrc
Committed By:	hubertf
Date:		Wed Dec  6 17:12:33 UTC 2000

Modified Files:
	pkgsrc: Packages.txt

Log Message:
Add some information to lighten up the recent libtool confusion:

 * When compiling a shared lib, always include -version-info x:y (even if
   x, y are 0). PLIST gets .la and libfoo.so.x.y entries.
 * ONLY when compiling a shared object (that's later opened with dlopen(3),
   NOT a shared lib, use -module -avoid-version. PLIST only gets the foo.so
   entry.


To generate a diff of this commit:
cvs rdiff -r1.124 -r1.125 pkgsrc/Packages.txt

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