nfs-utils/nfs-utils-2.3.1-no-rpcgen.patch
Steve Dickson 9c243df7db Updated to latest upstream release: 2.3.2 (bz 1582341)
Signed-off-by: Steve Dickson <steved@redhat.com>
2018-05-29 08:24:14 -04:00

13 lines
573 B
Diff

diff -up nfs-utils-2.3.1/configure.ac.orig nfs-utils-2.3.1/configure.ac
--- nfs-utils-2.3.1/configure.ac.orig 2018-05-22 13:56:01.906548548 -0400
+++ nfs-utils-2.3.1/configure.ac 2018-05-22 13:57:01.197437109 -0400
@@ -157,7 +157,7 @@ AC_ARG_WITH(rpcgen,
RPCGEN_PATH=$rpcgen_path
fi
AC_SUBST(RPCGEN_PATH)
- AM_CONDITIONAL(CONFIG_RPCGEN, [test "$RPCGEN_PATH" = ""])
+ AM_CONDITIONAL(CONFIG_RPCGEN, [test "$RPCGEN_PATH" = "NoBuild"])
AC_ARG_ENABLE(uuid,
[AC_HELP_STRING([--disable-uuid],
[Exclude uuid support to avoid buggy libblkid. @<:@default=no@:>@])],