Subject: CVS commit: pkgsrc/mk/wrapper
To: None <pkgsrc-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: pkgsrc-changes
Date: 11/08/2007 17:38:17
Module Name:	pkgsrc
Committed By:	he
Date:		Thu Nov  8 17:38:17 UTC 2007

Modified Files:
	pkgsrc/mk/wrapper: buildcmd

Log Message:
Preserve the -Wl,-Bstatic / -Wl,-Bdynamic arguments, but also
duplicate them into the list of libraries.  Someone may want to mix
static and dynamic linking.

Fixes PR#37228, approved by jlam.

jlam says that a better long-term fix would be to ensure that all
the -L specifications come before the -l specifications, instead
of moving all the -l specifications to the end of the command line.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/mk/wrapper/buildcmd

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