ports/opt (3.2): nfs-utils: disable tcp_wrappers
commit eaf780f85d606e8acd0dd41197f2b217e1894514 Author: Juergen Daubert <jue@jue.li> Date: Sat Jun 27 17:39:06 2015 +0200 nfs-utils: disable tcp_wrappers diff --git a/nfs-utils/Pkgfile b/nfs-utils/Pkgfile index 77f4ffd..9f4a826 100644 --- a/nfs-utils/Pkgfile +++ b/nfs-utils/Pkgfile @@ -5,7 +5,7 @@ name=nfs-utils version=1.3.2 -release=3 +release=4 source=(http://downloads.sourceforge.net/project/nfs/$name/$version/$name-$version.t... exports idmapd.conf nfs nfsclient nfsserver rpc.idmapd rpc.statd rpc.mountd rpc.nfsd @@ -20,8 +20,8 @@ build () { --mandir=/usr/man \ --sysconfdir=/etc \ --with-statedir=/var/lib/nfs \ + --without-tcp-wrappers \ --disable-gss \ - --with-tcp-wrappers \ --enable-libmount-mount make make DESTDIR=$PKG install
participants (1)
-
crux@crux.nu