Several changes from Debian package 3.0.12 to 3.0.19-1.
[privoxy.git] / debian / patches / 27_remove_nsl.dpatch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 27_remove_nsl.dpatch by Roland Rosenfeld <roland@debian.org>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: Remove unnecessary linking against libnsl.
6
7 @DPATCH@
8 diff -urNad '--exclude=CVS' '--exclude=.svn' privoxy~/configure.in privoxy/configure.in
9 --- privoxy~/configure.in
10 +++ privoxy/configure.in
11 @@ -469,7 +469,7 @@
12  dnl =================================================================
13  
14  dnl Next line needed to find the gethost*_r functions on Solaris
15 -AC_CHECK_LIB(nsl, gethostbyname)
16 +dnl AC_CHECK_LIB(nsl, gethostbyname)
17  
18  AC_CHECK_FUNC(gethostbyaddr_r, [
19    AC_MSG_CHECKING([signature of gethostbyaddr_r])