]> git.pld-linux.org Git - packages/amanda.git/commitdiff
- a bit more
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 13 May 2008 09:51:48 +0000 (09:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amanda-heimdal.patch -> 1.2

amanda-heimdal.patch

index 4518ab11012044f0f0f6e58dae8a8433826cb15e..36fdb2986cb3e50fa87d9b852f0457759c0fc6c7 100644 (file)
@@ -9,3 +9,25 @@
                  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
+@@ -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
+@@ -51,7 +51,7 @@
+ #  ifndef KRB5_HEIMDAL_INCLUDES
+ #    include <gssapi/gssapi_generic.h>
+ #  else
+-#    include <gssapi/gssapi.h>
++#    include <gssapi.h>
+ #  endif
+ #  include <krb5.h>
+ #endif
This page took 0.602576 seconds and 4 git commands to generate.