SOURCES: curl-heimdal.patch (NEW) - disable gss checking (use heim...

arekm arekm at pld-linux.org
Sun Oct 16 21:54:42 CEST 2005


Author: arekm                        Date: Sun Oct 16 19:54:42 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- disable gss checking (use heimdal)

---- Files affected:
SOURCES:
   curl-heimdal.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/curl-heimdal.patch
diff -u /dev/null SOURCES/curl-heimdal.patch:1.1
--- /dev/null	Sun Oct 16 21:54:42 2005
+++ SOURCES/curl-heimdal.patch	Sun Oct 16 21:54:37 2005
@@ -0,0 +1,25 @@
+--- configure.ac.old	2005-10-15 22:33:18.000000000 +0200
++++ configure.ac	2005-10-15 22:51:37.000000000 +0200
+@@ -729,13 +729,6 @@
+   fi
+   CPPFLAGS="$CPPFLAGS $GSSAPI_INCS"
+ 
+-  AC_CHECK_HEADER(gss.h,
+-    [
+-      dnl found in the given dirs
+-      AC_DEFINE(HAVE_GSSGNU, 1, [if you have the GNU gssapi libraries])
+-      gnu_gss=yes
+-    ],
+-    [
+       dnl not found, check Heimdal
+       AC_CHECK_HEADER(gssapi.h,
+         [
+@@ -757,8 +750,6 @@
+           )
+         ]
+       )        
+-    ]
+-  )
+ else
+   AC_MSG_RESULT(no)
+ fi
================================================================



More information about the pld-cvs-commit mailing list