pkgsrc-Bugs archive

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

PR/41359 CVS commit: pkgsrc/mk/tools



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

From: "David A. Holland" <dholland%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/41359 CVS commit: pkgsrc/mk/tools
Date: Mon, 7 Dec 2009 02:36:51 +0000

 Module Name:   pkgsrc
 Committed By:  dholland
 Date:          Mon Dec  7 02:36:51 UTC 2009
 
 Modified Files:
        pkgsrc/mk/tools: rpcgen.mk
 
 Log Message:
 Linux's rpcgen has the location of cpp compiled in. Make it use the
 pkgsrc wrapper by adding -Y ${WRAPPER_BINDIR:Q} when OPSYS is Linux.
 
 This will fix obscure/subtle build problems caused by bypassing the
 wrappers; it will also fix pkgsrc builds on improperly configured
 Linux distros (such as in PR pkg/41359) whose rpcgen has the wrong
 location for cpp compiled into it.
 
 While there are at least two main branches of rpcgen floating around
 the Linux world, both of them support '-Y cpp-path'.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.10 -r1.11 pkgsrc/mk/tools/rpcgen.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