]> git.pld-linux.org Git - packages/openssh.git/blob - openssh-heimdal.patch
- release 3
[packages/openssh.git] / openssh-heimdal.patch
1 --- openssh-5.7p1/configure.ac.orig     2011-01-22 00:37:05.000000000 +0200
2 +++ openssh-5.7p1/configure.ac  2011-01-24 16:21:01.711393457 +0200
3 @@ -3572,14 +3572,14 @@
4                                        [ AC_MSG_RESULT(yes)
5                                          AC_DEFINE(HEIMDAL)
6                                          K5LIBS="-lkrb5"
7 -                                        K5LIBS="$K5LIBS -lcom_err -lasn1"
8 +                                        K5LIBS="$K5LIBS -lasn1"
9                                          AC_CHECK_LIB(roken, net_write,
10                                            [K5LIBS="$K5LIBS -lroken"])
11                                          AC_CHECK_LIB(des, des_cbc_encrypt,
12                                            [K5LIBS="$K5LIBS -ldes"])
13                                        ],
14                                        [ AC_MSG_RESULT(no)
15 -                                        K5LIBS="-lkrb5 -lk5crypto -lcom_err"
16 +                                        K5LIBS="-lkrb5 -lk5crypto"
17                                        ]
18                         )
19                         AC_SEARCH_LIBS(dn_expand, resolv)
This page took 0.034037 seconds and 3 git commands to generate.