components/subversion/patches/001-configure.patch
changeset 1493 9fd269654883
parent 1275 03b86a2f9021
child 3865 10347aa825d2
equal deleted inserted replaced
1492:96320191bc2e 1493:9fd269654883
    93 +NEON_LIBS=`echo ${NEON_LIBS} | sed -e 's#-L/usr/lib##g'`
    93 +NEON_LIBS=`echo ${NEON_LIBS} | sed -e 's#-L/usr/lib##g'`
    94 +export NEON_LIBS
    94 +export NEON_LIBS
    95  
    95  
    96  
    96  
    97  if test "$svn_lib_neon" = "yes"; then
    97  if test "$svn_lib_neon" = "yes"; then
       
    98 --- configure	2013-07-29 12:50:28.716771506 -0700
       
    99 +++ configure	2013-07-29 13:04:59.668934315 -0700
       
   100 @@ -6098,8 +6098,8 @@
       
   101        old_CFLAGS="$CFLAGS"
       
   102        old_LIBS="$LIBS"
       
   103        CFLAGS=""
       
   104 -      SVN_GSSAPI_INCLUDES="`$KRB5_CONFIG --cflags`"
       
   105 -      SVN_GSSAPI_LIBS="`$KRB5_CONFIG --libs gssapi`"
       
   106 +      SVN_GSSAPI_INCLUDES="-I/usr/include/gssapi -I/usr/include/kerberosv5"
       
   107 +      SVN_GSSAPI_LIBS="-lgss"
       
   108        SVN_GSSAPI_LIBS="`
       
   109    input_flags="$SVN_GSSAPI_LIBS"
       
   110    output_flags=""