nfs-utils-disable-rpcgen.patch 736 B

123456789101112131415161718
  1. diff -ur nfs-utils-1.0.10/utils/rquotad/Makefile.in nfs-utils-1.0.10-patched/utils/rquotad/Makefile.in
  2. --- nfs-utils-1.0.10/utils/rquotad/Makefile.in 2006-08-07 01:43:46.000000000 -0500
  3. +++ nfs-utils-1.0.10-patched/utils/rquotad/Makefile.in 2007-01-13 21:24:26.971232703 -0600
  4. @@ -653,14 +653,6 @@
  5. $(RPCGEN):
  6. make -C $(top_srcdir)/tools/rpcgen all
  7. -$(GENFILES_XDR): %_xdr.c: %.x $(RPCGEN)
  8. - test -f $@ && rm -rf $@ || true
  9. - $(RPCGEN) -c -o $@ $<
  10. -
  11. -$(GENFILES_H): %.h: %.x $(RPCGEN)
  12. - test -f $@ && rm -rf $@ || true
  13. - $(RPCGEN) -h -o $@ $<
  14. -
  15. #######################################################################
  16. # The following allows the current practice of having
  17. # daemons renamed during the install to include RPCPREFIX