diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-20 22:39:04 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-20 22:39:04 +0100 |
commit | 16e7b8255c82815126a2c502c3787d442d254a86 (patch) | |
tree | 118151a0292dfa16bc4733ebdc5e73ce68081016 /package/nfs-utils/nfs-utils-disable-rpcgen.patch | |
parent | b1a3545a3f9dc3f18154dcfbe467c62a5088ed3d (diff) | |
download | buildroot-novena-16e7b8255c82815126a2c502c3787d442d254a86.tar.gz buildroot-novena-16e7b8255c82815126a2c502c3787d442d254a86.zip |
nfs-utils: bump version, convert to autotargets
Fixes build when host doesn't have rpcgen.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/nfs-utils/nfs-utils-disable-rpcgen.patch')
-rw-r--r-- | package/nfs-utils/nfs-utils-disable-rpcgen.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/package/nfs-utils/nfs-utils-disable-rpcgen.patch b/package/nfs-utils/nfs-utils-disable-rpcgen.patch deleted file mode 100644 index f077f36cd..000000000 --- a/package/nfs-utils/nfs-utils-disable-rpcgen.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -ur nfs-utils-1.0.10/utils/rquotad/Makefile.in nfs-utils-1.0.10-patched/utils/rquotad/Makefile.in ---- nfs-utils-1.0.10/utils/rquotad/Makefile.in 2006-08-07 01:43:46.000000000 -0500 -+++ nfs-utils-1.0.10-patched/utils/rquotad/Makefile.in 2007-01-13 21:24:26.971232703 -0600 -@@ -653,14 +653,6 @@ - $(RPCGEN): - make -C $(top_srcdir)/tools/rpcgen all - --$(GENFILES_XDR): %_xdr.c: %.x $(RPCGEN) -- test -f $@ && rm -rf $@ || true -- $(RPCGEN) -c -o $@ $< -- --$(GENFILES_H): %.h: %.x $(RPCGEN) -- test -f $@ && rm -rf $@ || true -- $(RPCGEN) -h -o $@ $< -- - ####################################################################### - # The following allows the current practice of having - # daemons renamed during the install to include RPCPREFIX |