X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=debian%2Fpatches%2F27_remove_nsl.patch;fp=debian%2Fpatches%2F27_remove_nsl.patch;h=e8c5657b7b6e0d631b89becbd20ad5a97def6225;hp=0000000000000000000000000000000000000000;hb=b1f25d63e134f8efce6f4d3851940468ace1f2df;hpb=72df7c88990336e83161ce1c47c949423a591476 diff --git a/debian/patches/27_remove_nsl.patch b/debian/patches/27_remove_nsl.patch new file mode 100644 index 00000000..e8c5657b --- /dev/null +++ b/debian/patches/27_remove_nsl.patch @@ -0,0 +1,14 @@ +Author: Roland Rosenfeld +Description: Remove unnecessary linking against libnsl. + +--- a/configure.in ++++ b/configure.in +@@ -470,7 +470,7 @@ dnl gmtime and localtime + dnl ================================================================= + + dnl Next line needed to find the gethost*_r functions on Solaris +-AC_CHECK_LIB(nsl, gethostbyname) ++dnl AC_CHECK_LIB(nsl, gethostbyname) + + AC_CHECK_FUNC(gethostbyaddr_r, [ + AC_MSG_CHECKING([signature of gethostbyaddr_r])