]> git.pld-linux.org Git - packages/openssh.git/blob - openssh-heimdal.patch
- updated
[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:03:29.098600648 +0200
3 +++ openssh-3.9p1/configure.ac  2004-08-17 19:06:43.675020536 +0200
4 @@ -2266,12 +2266,12 @@
5                                        [ AC_MSG_RESULT(yes)
6                                          AC_DEFINE(HEIMDAL)
7                                          K5LIBS="-lkrb5 -ldes"
8 -                                        K5LIBS="$K5LIBS -lcom_err -lasn1"
9 +                                        K5LIBS="$K5LIBS -lasn1"
10                                          AC_CHECK_LIB(roken, net_write, 
11                                            [K5LIBS="$K5LIBS -lroken"])
12                                        ],
13                                        [ AC_MSG_RESULT(no)
14 -                                        K5LIBS="-lkrb5 -lk5crypto -lcom_err"
15 +                                        K5LIBS="-lkrb5 -lk5crypto"
16                                        ]
17                         )
18                         AC_SEARCH_LIBS(dn_expand, resolv)
19
This page took 0.030589 seconds and 4 git commands to generate.