From 6749144f0fed5ce1218151ea4cedde70a85f9f38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Fri, 31 Oct 2014 11:16:38 +0000 Subject: strata/nfs: Do not build rpcbin and nfs-utils with tcp-wrappers support 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. --- strata/nfs/nfs-utils.morph | 2 +- strata/nfs/rpcbind.morph | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'strata/nfs') 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 diff --git a/strata/nfs/rpcbind.morph b/strata/nfs/rpcbind.morph index 35b9c77a..0ca929dc 100644 --- a/strata/nfs/rpcbind.morph +++ b/strata/nfs/rpcbind.morph @@ -3,7 +3,7 @@ kind: chunk build-system: autotools configure-commands: - NOCONFIGURE=1 ./autogen.sh -- ./configure --prefix="$PREFIX" --enable-libwrap --with-rpcuser=nobody --enable-warmstarts +- ./configure --prefix="$PREFIX" --with-rpcuser=nobody --enable-warmstarts install-commands: - make DESTDIR="$DESTDIR" install - mkdir -p "$DESTDIR"/lib/systemd/system -- cgit v1.2.1