]> git.pld-linux.org Git - packages/amanda.git/blobdiff - amanda-heimdal.patch
- rebuild with perl 5.30.0
[packages/amanda.git] / amanda-heimdal.patch
index 4518ab11012044f0f0f6e58dae8a8433826cb15e..4448083fce10f26a470f829f7722318299b1460e 100644 (file)
@@ -9,3 +9,39 @@
                  AMANDA_ADD_LIBS([-lgssapi -lkrb5 -lasn1])
                  AMANDA_ADD_CPPFLAGS([-DKRB5_HEIMDAL_INCLUDES])
                  break
+--- amanda-2.6.0/common-src/krb5-security.c~   2008-01-18 01:31:41.000000000 +0100
++++ amanda-2.6.0/common-src/krb5-security.c    2008-05-13 11:50:57.000000000 +0200
+@@ -45,7 +45,7 @@
+ #include "sockaddr-util.h"
+ #ifdef KRB5_HEIMDAL_INCLUDES
+-#include "com_err.h"
++#include "et/com_err.h"
+ #endif
+ #define BROKEN_MEMORY_CCACHE
+@@ -67,7 +67,7 @@
+ #ifndef KRB5_HEIMDAL_INCLUDES
+ #include <gssapi/gssapi_generic.h>
+ #else
+-#include <gssapi/gssapi.h>
++#include <gssapi.h>
+ #endif
+ #include <krb5.h>
+--- amanda-2.6.0/common-src/security-util.h~   2008-01-18 01:31:41.000000000 +0100
++++ amanda-2.6.0/common-src/security-util.h    2008-05-13 11:51:10.000000000 +0200
+@@ -47,11 +47,11 @@
+ #ifdef KRB5_SECURITY
+-#  define KRB5_DEPRECATED 1
+ #  ifndef KRB5_HEIMDAL_INCLUDES
++#    define KRB5_DEPRECATED 1
+ #    include <gssapi/gssapi_generic.h>
+ #  else
+-#    include <gssapi/gssapi.h>
++#    include <gssapi.h>
+ #  endif
+ #  include <krb5.h>
+ #endif
This page took 0.074545 seconds and 4 git commands to generate.