summaryrefslogtreecommitdiff
path: root/rpcbind
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2015-06-27 17:39:22 +0200
committerJuergen Daubert <jue@jue.li>2015-06-27 17:39:22 +0200
commit2e728abf631e77745a7b72f76e159cb70ec220f6 (patch)
treeff66591edee996e46bae4c70c698de536b65c0c5 /rpcbind
parenteaf780f85d606e8acd0dd41197f2b217e1894514 (diff)
downloadopt-2e728abf631e77745a7b72f76e159cb70ec220f6.tar.gz
opt-2e728abf631e77745a7b72f76e159cb70ec220f6.tar.xz
rpcbind: disable tcp_wrappers
Diffstat (limited to 'rpcbind')
-rw-r--r--rpcbind/Pkgfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/rpcbind/Pkgfile b/rpcbind/Pkgfile
index 7105e6b89..bff1a5b1c 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.tar.bz2 \
rpcbind)
@@ -14,7 +14,7 @@ build() {
./configure --prefix=/usr \
--bindir=/sbin \
--mandir=/usr/man \
- --enable-libwrap \
+ --disable-libwrap \
--with-rpcuser=root \
--without-systemdsystemunitdir
make

Generated by cgit