Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 12/22/2004 21:39:25
Module Name: pkgsrc
Committed By: jlam
Date: Wed Dec 22 21:39:25 UTC 2004
Modified Files:
pkgsrc/mk: tools.mk
Log Message:
On NetBSD, rpcgen must *always* be invoked with "-b":
-b Compile stubs in "backwards compatible" mode, disabling
support for transport-independent RPC. The -b should always
be specified when generating files for NetBSD, since there is
no transport-independent RPC support in NetBSD.
Therefore, force "-b" to be the first argument whenever rpcgen is invoked
via the wrapper.
To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 pkgsrc/mk/tools.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.