Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 08/10/2004 15:11:58
Module Name:	pkgsrc
Committed By:	jlam
Date:		Tue Aug 10 15:11:58 UTC 2004

Modified Files:
	pkgsrc/mk: defs.UnixWare.mk

Log Message:
Set _OPSYS_RPATH_NAME="-L".  UnixWare has no rpath, but many packages
pass "-Wl,${RPATH_FLAG}..." to the linker, which can break the build
of these packages.  Using -L essentially makes these arguments a no-op,
and fixes packages which were solely broken by this.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/mk/defs.UnixWare.mk

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