]> git.pld-linux.org Git - packages/amanda.git/blob - amanda-heimdal.patch
- a bit more
[packages/amanda.git] / amanda-heimdal.patch
1 --- amanda-2.6.0/config/amanda/krb5-security.m4~        2008-01-18 01:31:33.000000000 +0100
2 +++ amanda-2.6.0/config/amanda/krb5-security.m4 2008-05-13 11:41:28.000000000 +0200
3 @@ -69,6 +69,8 @@
4                  AMANDA_ADD_LIBS([-lgssapi_krb5 -lkrb5 $K5CRYPTO $K5SUPPORT -lcom_err])
5                  break
6              elif test \( -f ${k5libdir}/libkrb5.a -o -f ${k5libdir}/libkrb5.so \) -a \( -f ${k5libdir}/libasn1.a -o -f ${k5libdir}/libasn1.so \) -a \( -f ${k5libdir}/libgssapi.a -o -f ${k5libdir}/libgssapi.so \); then
7 +                KRB5_DIR_FOUND=$dir
8 +                KRB5_LIBDIR_FOUND=$k5libdir
9                  AMANDA_ADD_LIBS([-lgssapi -lkrb5 -lasn1])
10                  AMANDA_ADD_CPPFLAGS([-DKRB5_HEIMDAL_INCLUDES])
11                  break
12 --- amanda-2.6.0/common-src/krb5-security.c~    2008-01-18 01:31:41.000000000 +0100
13 +++ amanda-2.6.0/common-src/krb5-security.c     2008-05-13 11:50:57.000000000 +0200
14 @@ -67,7 +67,7 @@
15  #ifndef KRB5_HEIMDAL_INCLUDES
16  #include <gssapi/gssapi_generic.h>
17  #else
18 -#include <gssapi/gssapi.h>
19 +#include <gssapi.h>
20  #endif
21  #include <krb5.h>
22  
23 --- amanda-2.6.0/common-src/security-util.h~    2008-01-18 01:31:41.000000000 +0100
24 +++ amanda-2.6.0/common-src/security-util.h     2008-05-13 11:51:10.000000000 +0200
25 @@ -51,7 +51,7 @@
26  #  ifndef KRB5_HEIMDAL_INCLUDES
27  #    include <gssapi/gssapi_generic.h>
28  #  else
29 -#    include <gssapi/gssapi.h>
30 +#    include <gssapi.h>
31  #  endif
32  #  include <krb5.h>
33  #endif
This page took 0.05975 seconds and 4 git commands to generate.