]> git.pld-linux.org Git - packages/curl.git/commitdiff
- disable gss checking (use heimdal)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 16 Oct 2005 19:54:37 +0000 (19:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    curl-heimdal.patch -> 1.1

curl-heimdal.patch [new file with mode: 0644]

diff --git a/curl-heimdal.patch b/curl-heimdal.patch
new file mode 100644 (file)
index 0000000..bcedea8
--- /dev/null
@@ -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
This page took 0.622857 seconds and 4 git commands to generate.