]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- no des
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 17 Aug 2004 17:26:58 +0000 (17:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssh-heimdal.patch -> 1.6

openssh-heimdal.patch

index 4c57bcd812d47cdf5105d4eec247687878c7c786..fb856cc5528a03bcb82469972d89219dffc30364 100644 (file)
@@ -1,11 +1,13 @@
 diff -urN openssh-3.9p1.org/configure.ac openssh-3.9p1/configure.ac
---- openssh-3.9p1.org/configure.ac     2004-08-17 19:03:29.098600648 +0200
-+++ openssh-3.9p1/configure.ac 2004-08-17 19:06:43.675020536 +0200
-@@ -2266,12 +2266,12 @@
+--- 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="-lkrb5 -ldes"
 -                                       K5LIBS="$K5LIBS -lcom_err -lasn1"
++                                       K5LIBS="-lkrb5"
 +                                       K5LIBS="$K5LIBS -lasn1"
                                         AC_CHECK_LIB(roken, net_write, 
                                           [K5LIBS="$K5LIBS -lroken"])
@@ -16,4 +18,3 @@ diff -urN openssh-3.9p1.org/configure.ac openssh-3.9p1/configure.ac
                                       ]
                        )
                        AC_SEARCH_LIBS(dn_expand, resolv)
-
This page took 0.604613 seconds and 4 git commands to generate.