ports/opt (3.1): rpcbind: disable tcp_wrappers
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 2e728abf631e77745a7b72f76e159cb70ec220f6 Author: Juergen Daubert <jue@jue.li> Date: Sat Jun 27 17:39:22 2015 +0200 rpcbind: disable tcp_wrappers diff --git a/rpcbind/Pkgfile b/rpcbind/Pkgfile index 7105e6b..bff1a5b 100644 --- a/rpcbind/Pkgfile +++ b/rpcbind/Pkgfile @@ -1,11 +1,11 @@ # Description: Server that converts RPC program numbers into universal addresses # URL: http://sourceforge.net/projects/rpcbind/ # Maintainer: Juergen Daubert, jue at crux dot nu -# Depends on: libtirpc tcp_wrappers +# Depends on: libtirpc name=rpcbind version=0.2.3 -release=1 +release=2 source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version... \ rpcbind) @@ -14,7 +14,7 @@ build() { ./configure --prefix=/usr \ --bindir=/sbin \ --mandir=/usr/man \ - --enable-libwrap \ + --disable-libwrap \ --with-rpcuser=root \ --without-systemdsystemunitdir make
participants (1)
-
crux@crux.nu