]> git.pld-linux.org Git - packages/openssh.git/blob - openssh-heimdal.patch
- enhanced openssh-chroot.patch with UseChroot configuration option
[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 -lasn1 -lroken"
10                                         ],
11                                         [ AC_MSG_RESULT(no)
12                                           K5LIBS="-lkrb5 -lk5crypto -lcom_err"
This page took 0.030629 seconds and 3 git commands to generate.