summaryrefslogtreecommitdiff
path: root/strata/nfs/nfs-utils.morph
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2014-10-31 11:16:38 +0000
committerJavier Jardón <jjardon@gnome.org>2014-10-31 11:20:51 +0000
commit6749144f0fed5ce1218151ea4cedde70a85f9f38 (patch)
treedee43ecd55a8fd4088f52fa4c3e58b7f935bd027 /strata/nfs/nfs-utils.morph
parente41fed5540f4989073c3c93303875661676d7ccf (diff)
downloaddefinitions-6749144f0fed5ce1218151ea4cedde70a85f9f38.tar.gz
strata/nfs: Do not build rpcbin and nfs-utils with tcp-wrappers supportbaserock/jjardon/tcpwrappers
Upstream have not released a new version since April 1997. Additionally, newer daemons and applications are inconsistent in their support for libwrap, leading to confusion as to whether an application supports the library.
Diffstat (limited to 'strata/nfs/nfs-utils.morph')
-rw-r--r--strata/nfs/nfs-utils.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/strata/nfs/nfs-utils.morph b/strata/nfs/nfs-utils.morph
index d09c063e..c412e1d0 100644
--- a/strata/nfs/nfs-utils.morph
+++ b/strata/nfs/nfs-utils.morph
@@ -3,7 +3,7 @@ kind: chunk
build-system: autotools
configure-commands:
- NOCONFIGURE=1 ./autogen.sh
-- ./configure --prefix="$PREFIX" --disable-nfsv4 --disable-nfsv41 --disable-gss --with-rpcgen=internal
+- ./configure --prefix="$PREFIX" --disable-nfsv4 --disable-nfsv41 --disable-gss --with-rpcgen=internal --without-tcp-wrappers
install-commands:
- make DESTDIR="$DESTDIR" install
- mkdir -p "$DESTDIR"/lib/systemd/system