]> git.pld-linux.org Git - packages/anubis.git/blame - anubis-nolibnsl.patch
- updated to 4.3
[packages/anubis.git] / anubis-nolibnsl.patch
CommitLineData
59575b26
JB
1--- anubis-4.3/configure.ac.orig 2024-01-05 17:09:47.000000000 +0100
2+++ anubis-4.3/configure.ac 2024-01-09 19:36:38.614050338 +0100
3@@ -95,8 +95,8 @@ AC_CHECK_FUNCS(getrlimit setrlimit socke
4 AC_CHECK_FUNCS(setegid setregid setresgid seteuid setreuid)
5 AC_CHECK_FUNCS(daemon putenv)
7d0cbb3f 6
59575b26 7-AC_CHECK_LIB(socket, socket)
7d0cbb3f 8-AC_CHECK_LIB(nsl, gethostbyaddr)
59575b26
JB
9+AC_SEARCH_LIBS(socket, socket)
10+AC_SEARCH_LIBS(gethostbyaddr, nsl)
7d0cbb3f 11
59575b26
JB
12 AM_PATH_LIBGCRYPT([1.7.0], [status_gcrypt=yes], [status_gcrypt=no])
13 AM_CONDITIONAL([GCRYPT_COND], [test "$status_gcrypt" = yes])
14@@ -315,7 +315,6 @@ AC_ARG_WITH(tcp-wrappers,
ae6202c7
JB
15 [with_tcp_wrappers=no])
16 if test "$with_tcp_wrappers" = "yes"; then
7d0cbb3f
AM
17 AC_CHECK_LIB(wrap, main,, with_tcp_wrappers=no)
18- AC_CHECK_LIB(nsl, main,, with_tcp_wrappers=no)
19 AC_CHECK_HEADERS(tcpd.h,, with_tcp_wrappers=no)
ae6202c7 20 fi
7d0cbb3f 21 if test "$with_tcp_wrappers" = "yes"; then
This page took 0.082257 seconds and 4 git commands to generate.