NetBSD-Bugs archive

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

PR/33503 CVS commit: src/share/mk



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

From: Luke Mewburn <lukem%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/33503 CVS commit: src/share/mk
Date: Mon, 25 Aug 2008 08:03:14 +0000 (UTC)

 Module Name:   src
 Committed By:  lukem
 Date:          Mon Aug 25 08:03:14 UTC 2008
 
 Modified Files:
        src/share/mk: bsd.prog.mk
 
 Log Message:
 Always link with:  -Wl,-rpath-link,${DESTDIR}/usr/lib -L${DESTDIR}/usr/lib
 Fixes problem with MKDYNAMICROOT=no triggered by libraries that depend
 on other libraries.
 Related to PR 33503.
 
 Clean up setting of _CCLINK to always add the appropriate -B options.
 
 Simplify the link rule for a program.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.230 -r1.231 src/share/mk/bsd.prog.mk
 
 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