Displaying 1 result from an estimated 1 matches for "rquota_x".
Did you mean:
rquota_xdr
2009 Jul 07
1
[PATCH] Fix VPATH build of RQUOTA support
...te 1246993296 -7200
# Branch HEAD
# Node ID c884491cb1a61ef50e227fcf4bb77d2e449c1e3a
# Parent dff7312629a72f6ee90ab470ad0d50dfa68e6f71
Fix VPATH build of RQUOTA support.
Some rpcgen derive #include "..." paths from the infile argument.
This will be off for VPATH builds, as the generated rquota_xdr.c
code will look in $(srcdir), but we'll generate the rquota.h file in
$(builddir). Play safe and copy rquota.x to $(builddir) first.
This fixes the build on openSUSE 11.1.
diff -r dff7312629a7 -r c884491cb1a6 src/plugins/quota/Makefile.am
--- a/src/plugins/quota/Makefile.am Tue Jul 07 15:0...