Author: baggins                      Date: Sun Oct  3 18:26:31 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- '--enable-ipv6' requires TIRPC support

---- Files affected:
packages/nfs-utils:
   nfs-utils.spec (1.194 -> 1.195) 

---- Diffs:

================================================================
Index: packages/nfs-utils/nfs-utils.spec
diff -u packages/nfs-utils/nfs-utils.spec:1.194 
packages/nfs-utils/nfs-utils.spec:1.195
--- packages/nfs-utils/nfs-utils.spec:1.194     Sun Oct  3 20:03:12 2010
+++ packages/nfs-utils/nfs-utils.spec   Sun Oct  3 20:26:26 2010
@@ -183,8 +183,13 @@
        --enable-nfsv4 \
        --enable-gss \
        --enable-mount \
-       --%{?with_tirpc:en}%{!?with_tirpc:dis}able-tirpc \
+%if %{with tirpc}
+       --enable-tirpc \
        --enable-ipv6 \
+%else
+       --disable-tirpc \
+       --disable-ipv6 \
+%endif
        --with-statedir=/var/lib/nfs \
        --with-statduser=rpcstatd \
        --with-start-statd=%{_sbindir}/start-statd \
@@ -409,6 +414,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.195  2010/10/03 18:26:26  baggins
+- '--enable-ipv6' requires TIRPC support
+
 Revision 1.194  2010/10/03 18:03:12  baggins
 - merged, cleaned and simplified heimdal support patches
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nfs-utils/nfs-utils.spec?r1=1.194&r2=1.195&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to