Update to nfs-utils-1.2.7 fix build error, should not build nfsv41 if nfsv4 was not included.
--- Index: package/filesystem/nfs-utils/nfs-utils.desc =================================================================== --- package/filesystem/nfs-utils/nfs-utils.desc (revision 40824) +++ package/filesystem/nfs-utils/nfs-utils.desc (working copy) @@ -34,7 +34,7 @@ [L] GPL [S] Stable -[V] 1.2.6 +[V] 1.2.7 [P] X -----5---9 189.500 -[D] 2562782756 nfs-utils-1.2.6.tar.bz2 http://dl.sourceforge.net/sourceforge/nfs/ +[D] 1019405902 nfs-utils-1.2.7.tar.bz2 http://dl.sourceforge.net/sourceforge/nfs/ Index: package/filesystem/nfs-utils/nfs-utils.conf =================================================================== --- package/filesystem/nfs-utils/nfs-utils.conf (revision 40824) +++ package/filesystem/nfs-utils/nfs-utils.conf (working copy) @@ -22,7 +22,7 @@ var_append GCC_WRAPPER_APPEND ' ' "-I$( pkgprefix includedir openldap ) -L$( pkgprefix libdir openldap )" fi else - var_append extraconfopt ' ' '--disable-nfsv4' + var_append extraconfopt ' ' '--disable-nfsv4 --disable-nfsv41' fi var_append extraconfopt ' ' "--with-tirpcinclude=$root$includedir/tirpc/" ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [email protected] with a subject of: unsubscribe t2
