blob: eaaecf28692d328c8e3a2872b8964ab8bdcec3ca (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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"], [
- WRAP_LIBS="-lwrap"
+ 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"
])
|