diff options
Diffstat (limited to 'source/a/quota/quota.lwrap.needs.lnsl.diff')
-rw-r--r-- | source/a/quota/quota.lwrap.needs.lnsl.diff | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/source/a/quota/quota.lwrap.needs.lnsl.diff b/source/a/quota/quota.lwrap.needs.lnsl.diff index eaaecf28..26792bd1 100644 --- a/source/a/quota/quota.lwrap.needs.lnsl.diff +++ b/source/a/quota/quota.lwrap.needs.lnsl.diff @@ -1,11 +1,11 @@ ---- ./configure.ac.orig 2015-12-18 08:00:34.000000000 -0600 -+++ ./configure.ac 2015-12-27 18:44:30.768289611 -0600 -@@ -167,7 +167,7 @@ - ]) - ]) - AS_IF([test "x$build_libwrap" != "xno"], [ +--- ./configure.ac.orig 2018-11-08 15:30:51.834366741 -0600 ++++ ./configure.ac 2018-11-08 15:31:25.275363974 -0600 +@@ -170,7 +170,7 @@ + AS_IF([test "x$enable_libwrap" != "xno"], [ + AC_CHECK_HEADER([tcpd.h], [ + build_libwrap="yes" - WRAP_LIBS="-lwrap" -+ WRAP_LIBS="-lwrap -lnsl" ++ WRAP_LIBS="-lwrap -lnsl" AC_DEFINE([HOSTS_ACCESS], 1, [Use hosts.allow and hosts.deny for access checking of rpc.rquotad]) COMPILE_OPTS="$COMPILE_OPTS HOSTS_ACCESS" - ]) + ], [ |