components/subversion/patches/001-configure.patch
changeset 1493 9fd269654883
parent 1275 03b86a2f9021
child 3865 10347aa825d2
--- a/components/subversion/patches/001-configure.patch	Mon Sep 30 23:01:23 2013 -0700
+++ b/components/subversion/patches/001-configure.patch	Tue Oct 01 12:41:40 2013 -0700
@@ -95,3 +95,16 @@
  
  
  if test "$svn_lib_neon" = "yes"; then
+--- configure	2013-07-29 12:50:28.716771506 -0700
++++ configure	2013-07-29 13:04:59.668934315 -0700
+@@ -6098,8 +6098,8 @@
+       old_CFLAGS="$CFLAGS"
+       old_LIBS="$LIBS"
+       CFLAGS=""
+-      SVN_GSSAPI_INCLUDES="`$KRB5_CONFIG --cflags`"
+-      SVN_GSSAPI_LIBS="`$KRB5_CONFIG --libs gssapi`"
++      SVN_GSSAPI_INCLUDES="-I/usr/include/gssapi -I/usr/include/kerberosv5"
++      SVN_GSSAPI_LIBS="-lgss"
+       SVN_GSSAPI_LIBS="`
+   input_flags="$SVN_GSSAPI_LIBS"
+   output_flags=""