]> git.pld-linux.org Git - packages/openssh.git/blob - openssh-heimdal.patch
- up to 5.5p1
[packages/openssh.git] / openssh-heimdal.patch
1 diff -urN openssh-3.9p1.org/configure.ac openssh-3.9p1/configure.ac
2 --- openssh-3.9p1.org/configure.ac      2004-08-17 19:25:31.977492488 +0200
3 +++ openssh-3.9p1/configure.ac  2004-08-17 19:25:48.157032824 +0200
4 @@ -2265,13 +2265,13 @@
5                                        [ char *tmp = heimdal_version; ],
6                                        [ AC_MSG_RESULT(yes)
7                                          AC_DEFINE(HEIMDAL)
8 -                                        K5LIBS="-lkrb5 -ldes"
9 -                                        K5LIBS="$K5LIBS -lcom_err -lasn1"
10 +                                        K5LIBS="-lkrb5"
11 +                                        K5LIBS="$K5LIBS -lasn1"
12                                          AC_CHECK_LIB(roken, net_write,
13                                            [K5LIBS="$K5LIBS -lroken"])
14                                        ],
15                                        [ AC_MSG_RESULT(no)
16 -                                        K5LIBS="-lkrb5 -lk5crypto -lcom_err"
17 +                                        K5LIBS="-lkrb5 -lk5crypto"
18                                        ]
19                         )
20                         AC_SEARCH_LIBS(dn_expand, resolv)
This page took 0.030838 seconds and 3 git commands to generate.