]> git.decadent.org.uk Git - nfs-utils.git/blob - debian/patches/08-dont-build-getkversion.patch
Merge branch 'upstream'
[nfs-utils.git] / debian / patches / 08-dont-build-getkversion.patch
1 Index: nfs-utils-1.0.10/configure.in
2 ===================================================================
3 --- nfs-utils-1.0.10.orig/configure.in
4 +++ nfs-utils-1.0.10/configure.in
5 @@ -317,7 +317,6 @@ AC_CONFIG_FILES([
6         support/nfs/Makefile
7         tools/Makefile
8         tools/getiversion/Makefile
9 -       tools/getkversion/Makefile
10         tools/locktest/Makefile
11         tools/nlmtest/Makefile
12         tools/rpcdebug/Makefile
13 Index: nfs-utils-1.0.10/tools/Makefile.am
14 ===================================================================
15 --- nfs-utils-1.0.10.orig/tools/Makefile.am
16 +++ nfs-utils-1.0.10/tools/Makefile.am
17 @@ -1,5 +1,5 @@
18  ## Process this file with automake to produce Makefile.in
19  
20 -SUBDIRS = getiversion getkversion locktest rpcdebug rpcgen nlmtest
21 +SUBDIRS = getiversion locktest rpcdebug rpcgen nlmtest
22  
23  MAINTAINERCLEANFILES = Makefile.in
24 Index: nfs-utils-1.0.10/tools/Makefile.in
25 ===================================================================
26 --- nfs-utils-1.0.10.orig/tools/Makefile.in
27 +++ nfs-utils-1.0.10/tools/Makefile.in
28 @@ -207,7 +207,7 @@ statduser = @statduser@
29  statedir = @statedir@
30  sysconfdir = @sysconfdir@
31  target_alias = @target_alias@
32 -SUBDIRS = getiversion getkversion locktest rpcdebug rpcgen nlmtest
33 +SUBDIRS = getiversion locktest rpcdebug rpcgen nlmtest
34  MAINTAINERCLEANFILES = Makefile.in
35  all: all-recursive
36  
37 Index: nfs-utils-1.0.10/configure
38 ===================================================================
39 --- nfs-utils-1.0.10.orig/configure
40 +++ nfs-utils-1.0.10/configure
41 @@ -30603,7 +30603,7 @@ AM_CFLAGS="$my_am_cflags"
42  ACLOCAL_AMFLAGS="-I $ac_macro_dir \$(ACLOCAL_FLAGS)"
43  
44  
45 -ac_config_files="$ac_config_files Makefile linux-nfs/Makefile support/Makefile support/export/Makefile support/include/nfs/Makefile support/include/rpcsvc/Makefile support/include/sys/fs/Makefile support/include/sys/Makefile support/include/Makefile support/misc/Makefile support/nfs/Makefile tools/Makefile tools/getiversion/Makefile tools/getkversion/Makefile tools/locktest/Makefile tools/nlmtest/Makefile tools/rpcdebug/Makefile tools/rpcgen/Makefile utils/Makefile utils/exportfs/Makefile utils/gssd/Makefile utils/idmapd/Makefile utils/lockd/Makefile utils/mount/Makefile utils/mountd/Makefile utils/nfsd/Makefile utils/nfsstat/Makefile utils/nhfsstone/Makefile utils/rquotad/Makefile utils/showmount/Makefile utils/statd/Makefile"
46 +ac_config_files="$ac_config_files Makefile linux-nfs/Makefile support/Makefile support/export/Makefile support/include/nfs/Makefile support/include/rpcsvc/Makefile support/include/sys/fs/Makefile support/include/sys/Makefile support/include/Makefile support/misc/Makefile support/nfs/Makefile tools/Makefile tools/getiversion/Makefile tools/locktest/Makefile tools/nlmtest/Makefile tools/rpcdebug/Makefile tools/rpcgen/Makefile utils/Makefile utils/exportfs/Makefile utils/gssd/Makefile utils/idmapd/Makefile utils/lockd/Makefile utils/mount/Makefile utils/mountd/Makefile utils/nfsd/Makefile utils/nfsstat/Makefile utils/nhfsstone/Makefile utils/rquotad/Makefile utils/showmount/Makefile utils/statd/Makefile"
47  
48  cat >confcache <<\_ACEOF
49  # This file is a shell script that caches the results of configure
50 @@ -31225,7 +31225,6 @@ do
51      "support/nfs/Makefile") CONFIG_FILES="$CONFIG_FILES support/nfs/Makefile" ;;
52      "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
53      "tools/getiversion/Makefile") CONFIG_FILES="$CONFIG_FILES tools/getiversion/Makefile" ;;
54 -    "tools/getkversion/Makefile") CONFIG_FILES="$CONFIG_FILES tools/getkversion/Makefile" ;;
55      "tools/locktest/Makefile") CONFIG_FILES="$CONFIG_FILES tools/locktest/Makefile" ;;
56      "tools/nlmtest/Makefile") CONFIG_FILES="$CONFIG_FILES tools/nlmtest/Makefile" ;;
57      "tools/rpcdebug/Makefile") CONFIG_FILES="$CONFIG_FILES tools/rpcdebug/Makefile" ;;