]> git.pld-linux.org Git - packages/openssh.git/blob - openssh-heimdal.patch
- killed orig_ver - no longer necessary
[packages/openssh.git] / openssh-heimdal.patch
1 diff -urN openssh-3.6.1p2-orig/configure.ac openssh-3.6.1p2/configure.ac
2 --- openssh-3.6.1p2-orig/configure.ac   2003-07-26 16:45:10.000000000 -0600
3 +++ openssh-3.6.1p2/configure.ac        2003-07-26 16:57:32.000000000 -0600
4 @@ -1822,7 +1822,7 @@
5                                         [ char *tmp = heimdal_version; ],
6                                         [ AC_MSG_RESULT(yes)
7                                           AC_DEFINE(HEIMDAL)
8 -                                         K5LIBS="-lkrb5 -ldes -lcom_err -lasn1 -lroken"
9 +                                         K5LIBS="-lkrb5 -lcom_err -lasn1 -lroken"
10                                         ],
11                                         [ AC_MSG_RESULT(no)
12                                           K5LIBS="-lkrb5 -lk5crypto -lcom_err"
13 diff -urN openssh-3.6.1p2-orig/servconf.c openssh-3.6.1p2/servconf.c
14 --- openssh-3.6.1p2-orig/servconf.c     2003-02-23 18:04:34.000000000 -0700
15 +++ openssh-3.6.1p2/servconf.c  2003-07-26 16:57:54.000000000 -0600
16 @@ -17,7 +17,7 @@
17  #endif
18  #if defined(KRB5)
19  #ifdef HEIMDAL
20 -#include <krb.h>
21 +#include <krb5.h>
22  #else
23  /* Bodge - but then, so is using the kerberos IV KEYFILE to get a Kerberos V
24   * keytab */
This page took 0.241767 seconds and 3 git commands to generate.