]> git.pld-linux.org Git - packages/openssh.git/blame - openssh-heimdal.patch
- release 3
[packages/openssh.git] / openssh-heimdal.patch
CommitLineData
f1344723
CM
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 @@
c5fa450a
ER
4 [ AC_MSG_RESULT(yes)
5 AC_DEFINE(HEIMDAL)
f1344723 6 K5LIBS="-lkrb5"
c5fa450a 7- K5LIBS="$K5LIBS -lcom_err -lasn1"
c5fa450a
ER
8+ K5LIBS="$K5LIBS -lasn1"
9 AC_CHECK_LIB(roken, net_write,
10 [K5LIBS="$K5LIBS -lroken"])
f1344723
CM
11 AC_CHECK_LIB(des, des_cbc_encrypt,
12 [K5LIBS="$K5LIBS -ldes"])
c5fa450a
ER
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.053236 seconds and 4 git commands to generate.