pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/27702 CVS commit: pkgsrc/mk/wrapper



The following reply was made to PR pkg/27702; it has been noted by GNATS.

From: "Johnny C. Lam" <jlam%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: PR/27702 CVS commit: pkgsrc/mk/wrapper
Date: Wed,  8 Jun 2005 05:54:17 +0000 (UTC)

 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.
 



Home | Main Index | Thread Index | Old Index