]> git.pld-linux.org Git - packages/openssh.git/blame - openssh-heimdal.patch
- release 2
[packages/openssh.git] / openssh-heimdal.patch
CommitLineData
c5fa450a
ER
1diff -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.082346 seconds and 4 git commands to generate.