Subject: CVS commit: pkgsrc/mk/buildlink3
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 11/25/2003 14:44:39
Module Name: pkgsrc
Committed By: jlam
Date: Tue Nov 25 14:44:39 UTC 2003
Modified Files:
pkgsrc/mk/buildlink3: marshall
Log Message:
If we're linking a shared library by "cc -shared -o /srcdir/shlib", we
need to protect the full path after "-o" from being transformed from
"/srcdir/shlib" to "-L/srcdir -lshlib". This fixes building
graphics/freetype2, which uses lots of full paths to sources and objects.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/mk/buildlink3/marshall
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.