]> git.pld-linux.org Git - packages/anubis.git/blob - anubis-nolibnsl.patch
- updated to 4.3
[packages/anubis.git] / anubis-nolibnsl.patch
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)
6  
7 -AC_CHECK_LIB(socket, socket)
8 -AC_CHECK_LIB(nsl, gethostbyaddr)
9 +AC_SEARCH_LIBS(socket, socket)
10 +AC_SEARCH_LIBS(gethostbyaddr, nsl)
11  
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,
15         [with_tcp_wrappers=no])
16  if test "$with_tcp_wrappers" = "yes"; then
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)
20  fi
21  if test "$with_tcp_wrappers" = "yes"; then
This page took 0.04092 seconds and 3 git commands to generate.