Subject: CVS commit: pkgsrc/lang/perl5
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 12/11/2001 08:09:00
Module Name:	pkgsrc
Committed By:	jlam
Date:		Tue Dec 11 06:08:59 UTC 2001

Modified Files:
	pkgsrc/lang/perl5: buildlink.mk

Log Message:
Only replace -L${LOCALBASE}/lib with "-L*" options from ${LDFLAGS} so that
we don't accidentally add options that the linker doesn't understand, such
as "-Wl,-R*".  This should fix pkg/14907 by John Klos john@sixgirls.org
where the a.out linker ld doesn't understand extra flags passed in from
LDFLAGS from the pkgsrc environment when building a perl package.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/lang/perl5/buildlink.mk

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