Subject: CVS commit: pkgsrc/lang/perl5
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 10/02/2001 09:37:57
Module Name:	pkgsrc
Committed By:	jlam
Date:		Tue Oct  2 06:37:56 UTC 2001

Modified Files:
	pkgsrc/lang/perl5: distinfo
Added Files:
	pkgsrc/lang/perl5/patches: patch-af

Log Message:
Teach the ExtUtils modules (the ones that create Makefiles for perl
modules) about -Wl,-R.  We cause -Wl,-R/path/to/libdir in LIBS settings
to now get propagated correctly to the link command for shared modules.
The rpath flag is also silently coerced to start with -Wl,-R or -R
depending on the contents of ${LDDLFLAGS} to deal with either cc or ld
being invoked.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/lang/perl5/distinfo
cvs rdiff -r0 -r1.11 pkgsrc/lang/perl5/patches/patch-af

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