Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 03/09/1999 07:31:59
Module Name:	pkgsrc
Committed By:	agc
Date:		Tue Mar  9 15:31:59 UTC 1999

Modified Files:
	pkgsrc/mk: bsd.pkg.mk
Log Message:
Improve ELF shared lib handling, so that it now works on Solaris.

In the process, it was found that the Solaris ln(1) doesn't work quite
the way its manual page claims it does. In particular, "ln -fs a b" will
fail if b already exists, rather than deleting the link. Work around this
by using an explicit rm(1) prior to calling "ln -s".