Author: blues                        Date: Sun Dec  3 22:08:30 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 2.6.STABLE5

---- Files affected:
SOURCES:
   squid-libnsl_fixes.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/squid-libnsl_fixes.patch
diff -u SOURCES/squid-libnsl_fixes.patch:1.2 
SOURCES/squid-libnsl_fixes.patch:1.3
--- SOURCES/squid-libnsl_fixes.patch:1.2        Sat Oct 23 16:55:28 2004
+++ SOURCES/squid-libnsl_fixes.patch    Sun Dec  3 23:08:25 2006
@@ -1,28 +1,28 @@
---- squid-2.4.STABLE2/configure.in~    Fri Oct 12 18:34:14 2001
-+++ squid-2.4.STABLE2/configure.in     Fri Oct 12 19:17:42 2001
-@@ -16,6 +16,7 @@
- AC_CANONICAL_HOST
+--- ./configure.in.org 2006-12-03 22:02:15.000000000 +0000
++++ ./configure.in     2006-12-03 22:04:56.000000000 +0000
+@@ -29,6 +29,7 @@
+ 
  
  CRYPTLIB=''
 +NSLLIB=''
  REGEXLIB=''   # -lregex
  LIBREGEX=''   # libregex.a
  
-@@ -1006,8 +1007,10 @@
+@@ -2011,8 +2012,10 @@
   fi
  
  dnl Check for needed libraries
 -AC_CHECK_LIB(nsl, main)
 -AC_CHECK_LIB(socket, main)
-+AC_CHECK_FUNC(gethostbyname, [], AC_CHECK_LIB(nsl, gethostbyname)) 
++AC_CHECK_FUNC(gethostbyname, [], AC_CHECK_LIB(nsl, gethostbyname))
 +AC_CHECK_LIB(nsl, yp_match, NSLLIB="-lnsl")
 +AC_SUBST(NSLLIB)
 +AC_SEARCH_LIBS(socket, socket)
- 
- if test "x$ac_cv_enabled_dlmalloc" = "xyes" ; then
-   echo "skipping libmalloc check (--enable-dlmalloc specified)"
---- squid-2.5.STABLE7/helpers/basic_auth/YP/Makefile.am.orig   2002-08-12 
03:13:45.000000000 +0200
-+++ squid-2.5.STABLE7/helpers/basic_auth/YP/Makefile.am        2004-10-23 
16:34:34.132980809 +0200
+ AC_MSG_CHECKING(for winsock)
+ save_LIBS="$LIBS"
+ for curlib in ws2_32 wsock32; do
+--- ./helpers/basic_auth/YP/Makefile.am.org    2005-05-17 16:56:26.000000000 
+0000
++++ ./helpers/basic_auth/YP/Makefile.am        2006-12-03 22:06:20.000000000 
+0000
 @@ -7,5 +7,5 @@
  
  libexec_PROGRAMS = yp_auth
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/squid-libnsl_fixes.patch?r1=1.2&r2=1.3&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to