]> git.pld-linux.org Git - packages/openssh.git/blame - openssh-heimdal.patch
- release 4
[packages/openssh.git] / openssh-heimdal.patch
CommitLineData
3e988458 1diff -urN openssh-3.9p1.org/configure.ac openssh-3.9p1/configure.ac
5a856369
AM
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; ],
5f854001
JB
6 [ AC_MSG_RESULT(yes)
7 AC_DEFINE(HEIMDAL)
5a856369 8- K5LIBS="-lkrb5 -ldes"
3e988458 9- K5LIBS="$K5LIBS -lcom_err -lasn1"
5a856369 10+ K5LIBS="-lkrb5"
3e988458 11+ K5LIBS="$K5LIBS -lasn1"
eb4d14bb 12 AC_CHECK_LIB(roken, net_write,
3e988458 13 [K5LIBS="$K5LIBS -lroken"])
5f854001
JB
14 ],
15 [ AC_MSG_RESULT(no)
3e988458
AM
16- K5LIBS="-lkrb5 -lk5crypto -lcom_err"
17+ K5LIBS="-lkrb5 -lk5crypto"
18 ]
19 )
20 AC_SEARCH_LIBS(dn_expand, resolv)
This page took 0.052678 seconds and 4 git commands to generate.