17 Sep
2007
17 Sep
'07
10:23 a.m.
On Mon, Sep 17, 2007 at 09:59:07AM +0300, Timo Sirainen wrote:
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'll look into that (I'm not familiar with rpc myself).
I think one possibility is to use rpcgen -h to generate the .h file. Better than cp at least.
Sure!
- apparantly the rquota_xdr.c target is not called automatically.
?
I have to run "make rquota_xdr.c" manually, "make all" doesn't invoke it.
- 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.
Thanks!
Geert