public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-fs/nfs-utils/files: nfs-utils-1.2.4-conditional.patch
@ 2011-09-01 23:10 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2011-09-01 23:10 UTC (permalink / raw
  To: gentoo-commits

flameeyes    11/09/01 23:10:15

  Added:                nfs-utils-1.2.4-conditional.patch
  Log:
  Fix build with USE=-nfsv4, by importing two (folded) patches from git.
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-fs/nfs-utils/files/nfs-utils-1.2.4-conditional.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/files/nfs-utils-1.2.4-conditional.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/files/nfs-utils-1.2.4-conditional.patch?rev=1.1&content-type=text/plain

Index: nfs-utils-1.2.4-conditional.patch
===================================================================
diff --git a/configure.ac b/configure.ac
index ca12f9e..593808c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -256,9 +256,6 @@ if test "$enable_nfsv4" = yes; then
   dnl check for nfsidmap libraries and headers
   AC_LIBNFSIDMAP
 
-  dnl enable nfsidmap when its support by libnfsidmap
-  AM_CONDITIONAL(CONFIG_NFSIDMAP, [test "$enable_nfsidmap" = "yes"])
-
   dnl check for the keyutils libraries and headers
   AC_KEYUTILS
 
@@ -268,6 +265,9 @@ if test "$enable_nfsv4" = yes; then
     AC_RPCSEC_VERSION
   fi
 fi
+dnl enable nfsidmap when its support by libnfsidmap
+AM_CONDITIONAL(CONFIG_NFSIDMAP, [test "$enable_nfsidmap" = "yes"])
+
 
 if test "$knfsd_cv_glibc2" = no; then
     AC_CHECK_LIB(bsd, daemon, [LIBBSD="-lbsd"])






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-fs/nfs-utils/files: nfs-utils-1.2.4-conditional.patch
@ 2011-09-02 19:24 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2011-09-02 19:24 UTC (permalink / raw
  To: gentoo-commits

vapier      11/09/02 19:24:36

  Modified:             nfs-utils-1.2.4-conditional.patch
  Log:
  add missing documentation

Revision  Changes    Path
1.2                  net-fs/nfs-utils/files/nfs-utils-1.2.4-conditional.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/files/nfs-utils-1.2.4-conditional.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/files/nfs-utils-1.2.4-conditional.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/files/nfs-utils-1.2.4-conditional.patch?r1=1.1&r2=1.2

Index: nfs-utils-1.2.4-conditional.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfs-utils-1.2.4-conditional.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nfs-utils-1.2.4-conditional.patch	1 Sep 2011 23:10:15 -0000	1.1
+++ nfs-utils-1.2.4-conditional.patch	2 Sep 2011 19:24:36 -0000	1.2
@@ -1,3 +1,5 @@
+taken from upstream git
+
 diff --git a/configure.ac b/configure.ac
 index ca12f9e..593808c 100644
 --- a/configure.ac






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-02 19:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-02 19:24 [gentoo-commits] gentoo-x86 commit in net-fs/nfs-utils/files: nfs-utils-1.2.4-conditional.patch Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2011-09-01 23:10 Diego Petteno (flameeyes)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox