From 4fe4d15d9324980a0b2b888b8a0acda592c38a40 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sat, 31 Mar 2007 21:45:11 +0000 Subject: [PATCH] outdated Changed files: openssh-heimdal.patch -> 1.8 --- openssh-heimdal.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 openssh-heimdal.patch diff --git a/openssh-heimdal.patch b/openssh-heimdal.patch deleted file mode 100644 index b0881ef..0000000 --- a/openssh-heimdal.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -urN openssh-3.9p1.org/configure.ac openssh-3.9p1/configure.ac ---- openssh-3.9p1.org/configure.ac 2004-08-17 19:25:31.977492488 +0200 -+++ openssh-3.9p1/configure.ac 2004-08-17 19:25:48.157032824 +0200 -@@ -2265,13 +2265,13 @@ - [ char *tmp = heimdal_version; ], - [ AC_MSG_RESULT(yes) - AC_DEFINE(HEIMDAL) -- K5LIBS="-lkrb5 -ldes" -- K5LIBS="$K5LIBS -lcom_err -lasn1" -+ K5LIBS="-lkrb5" -+ K5LIBS="$K5LIBS -lasn1" - AC_CHECK_LIB(roken, net_write, - [K5LIBS="$K5LIBS -lroken"]) - ], - [ AC_MSG_RESULT(no) -- K5LIBS="-lkrb5 -lk5crypto -lcom_err" -+ K5LIBS="-lkrb5 -lk5crypto" - ] - ) - AC_SEARCH_LIBS(dn_expand, resolv) -- 2.44.0