linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tcp-wrappers.m4: Only look for TCP wrappers lib when requested
@ 2018-09-06 15:58 Steve Dickson
  2018-09-06 18:06 ` Steve Dickson
  0 siblings, 1 reply; 2+ messages in thread
From: Steve Dickson @ 2018-09-06 15:58 UTC (permalink / raw)
  To: Linux NFS Mailing list

TCP wrappers is a pretty old and obsolete technology.  The
support has be terminated in current distro release, so
only require the library to exist when asked for via the
--with-tcp-wrappers

Signed-off-by: Steve Dickson <steved@redhat.com>
---
 aclocal/tcp-wrappers.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aclocal/tcp-wrappers.m4 b/aclocal/tcp-wrappers.m4
index 35ac8e0..f5de8bc 100644
--- a/aclocal/tcp-wrappers.m4
+++ b/aclocal/tcp-wrappers.m4
@@ -4,7 +4,7 @@ AC_DEFUN([AC_TCP_WRAPPERS],[
   AC_ARG_WITH(tcp-wrappers,
     [  --with-tcp-wrappers[[=PATH]]      Enable tcpwrappers support
                  (optionally in PATH)],
-    with_tcpw=$withval, with_tcpw=yes)
+    with_tcpw=$withval, with_tcpw=no)
         if test "x$with_tcpw" != "xno" ; then
             saved_LIBS="$LIBS"
             saved_LDFLAGS="$LDFLAGS"
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] tcp-wrappers.m4: Only look for TCP wrappers lib when requested
  2018-09-06 15:58 [PATCH] tcp-wrappers.m4: Only look for TCP wrappers lib when requested Steve Dickson
@ 2018-09-06 18:06 ` Steve Dickson
  0 siblings, 0 replies; 2+ messages in thread
From: Steve Dickson @ 2018-09-06 18:06 UTC (permalink / raw)
  To: Linux NFS Mailing list



On 09/06/2018 11:58 AM, Steve Dickson wrote:
> TCP wrappers is a pretty old and obsolete technology.  The
> support has be terminated in current distro release, so
> only require the library to exist when asked for via the
> --with-tcp-wrappers
> 
> Signed-off-by: Steve Dickson <steved@redhat.com>
Committed.... 

steved.
> ---
>  aclocal/tcp-wrappers.m4 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/aclocal/tcp-wrappers.m4 b/aclocal/tcp-wrappers.m4
> index 35ac8e0..f5de8bc 100644
> --- a/aclocal/tcp-wrappers.m4
> +++ b/aclocal/tcp-wrappers.m4
> @@ -4,7 +4,7 @@ AC_DEFUN([AC_TCP_WRAPPERS],[
>    AC_ARG_WITH(tcp-wrappers,
>      [  --with-tcp-wrappers[[=PATH]]      Enable tcpwrappers support
>                   (optionally in PATH)],
> -    with_tcpw=$withval, with_tcpw=yes)
> +    with_tcpw=$withval, with_tcpw=no)
>          if test "x$with_tcpw" != "xno" ; then
>              saved_LIBS="$LIBS"
>              saved_LDFLAGS="$LDFLAGS"
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-06 22:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-06 15:58 [PATCH] tcp-wrappers.m4: Only look for TCP wrappers lib when requested Steve Dickson
2018-09-06 18:06 ` Steve Dickson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).