17 Sep
2007
17 Sep
'07
9:59 a.m.
On Sun, 2007-09-16 at 20:07 +0200, Geert Hendrickx wrote:
- src/plugin/quota: *BSD rpcgen doesn't copy rquota.h when called with -c. The Makefile should either: cp the file as part of the rquota_xdr.c Makefile target, or change #include "rquota.h" to #include
with sed.
Neither does Linux's. My generated rquota_xdr.c contains:
#include "/usr/include/rpcsvc/rquota.h"
I'd think this is a problem with other software too. Any idea how they've solved it?
I think one possibility is to use rpcgen -h to generate the .h file. Better than cp at least.
- apparantly the rquota_xdr.c target is not called automatically.
?
- doc/wiki/Makefile: BSD make is confused by the brackets in wiki_DATA, Migration.Vm(2d)pop3d.txt on line 547: "make: don't know how to make 2d." GNU make has no problem with this. Either the pkgsrc package should be configured to use GNU make instead, or the file should be renamed.
Renamed.