configure: use "--disable-uuid" instead of "--without-uuid"

This commit is contained in:
Steve Dickson 2009-01-06 18:01:35 +00:00
parent a2fd65e956
commit 315e2f77ba
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- nfs-utils-1.1.4/configure.ac.orig 2009-01-06 12:27:23.944023000 -0500
+++ nfs-utils-1.1.4/configure.ac 2009-01-06 12:29:43.128014000 -0500
@@ -109,7 +109,7 @@ AC_ARG_WITH(rpcgen,
AC_SUBST(RPCGEN_PATH)
AM_CONDITIONAL(CONFIG_RPCGEN, [test "$RPCGEN_PATH" == ""])
AC_ARG_ENABLE(uuid,
- [AC_HELP_STRING([--without-uuid], [Exclude uuid support and so avoid possibly buggy libblkid])],
+ [AC_HELP_STRING([--disable-uuid], [Exclude uuid support to avoid buggy libblkid])],
if test "$enableval" = "yes" ; then choose_blkid=yes; else choose_blkid=no; fi,
choose_blkid=default)
AC_ARG_ENABLE(mount,

View File

@ -42,6 +42,7 @@ Patch112: nfs-utils-1.1.4-tcpwrapper-update.patch
Patch113: nfs-utils-1.1.4-tcpwrap-warn.patch Patch113: nfs-utils-1.1.4-tcpwrap-warn.patch
Patch114: nfs-utils-1.1.4-gssd-verbosity.patch Patch114: nfs-utils-1.1.4-gssd-verbosity.patch
Patch115: nfs-utils-1.1.4-mount-addrconfig.patch Patch115: nfs-utils-1.1.4-mount-addrconfig.patch
Patch116: nfs-utils-1.1.4-configure-uuid.patch
%if %{enablefscache} %if %{enablefscache}
Patch90: nfs-utils-1.1.0-mount-fsc.patch Patch90: nfs-utils-1.1.0-mount-fsc.patch
@ -112,6 +113,7 @@ This package also contains the mount.nfs and umount.nfs program.
%patch113 -p1 %patch113 -p1
%patch114 -p1 %patch114 -p1
%patch115 -p1 %patch115 -p1
%patch116 -p1
%if %{enablefscache} %if %{enablefscache}
%patch90 -p1 %patch90 -p1
@ -283,6 +285,7 @@ fi
- mount: use gethostbyname(3) when building on old systems - mount: use gethostbyname(3) when building on old systems
- mount: getport: don't use getaddrinfo(3) on old systems - mount: getport: don't use getaddrinfo(3) on old systems
- mount: Random clean up - mount: Random clean up
- configure: use "--disable-uuid" instead of "--without-uuid"
* Fri Dec 19 2008 Steve Dickson <steved@redhat.com> 1.1.4-10 * Fri Dec 19 2008 Steve Dickson <steved@redhat.com> 1.1.4-10
- Re-enabled and fixed/enhanced tcp wrappers. - Re-enabled and fixed/enhanced tcp wrappers.