Subject: CVS commit: pkgsrc/mk/wrapper
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 06/08/2005 05:54:17
Module Name:	pkgsrc
Committed By:	jlam
Date:		Wed Jun  8 05:54:17 UTC 2005

Modified Files:
	pkgsrc/mk/wrapper: arg-source

Log Message:
Properly turn:

	-Wl,-rpath -Wl,/dir1:/dir2:/dir3
into:
	-Wl,-rpath,/dir1 -Wl,-rpath,/dir2 -Wl,-rpath,/dir3

Do the same for -Wl,-R and -Wl,-rpath-link.  This makes the wrapper
scripts pass the test in regress/buildlink-transform/rpath-merge.mk
and fixes PR pkg/27702.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/mk/wrapper/arg-source

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