Add all Debian changes from 3.0.19-2 to 3.0.24-1
[privoxy.git] / debian / patches / 27_remove_nsl.patch
diff --git a/debian/patches/27_remove_nsl.patch b/debian/patches/27_remove_nsl.patch
new file mode 100644 (file)
index 0000000..e8c5657
--- /dev/null
@@ -0,0 +1,14 @@
+Author: Roland Rosenfeld <roland@debian.org>
+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])