SOURCES: nxssh-heimdal.patch (NEW) - new
arekm
arekm at pld-linux.org
Sun May 21 15:09:07 CEST 2006
Author: arekm Date: Sun May 21 13:09:07 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- new
---- Files affected:
SOURCES:
nxssh-heimdal.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/nxssh-heimdal.patch
diff -u /dev/null SOURCES/nxssh-heimdal.patch:1.1
--- /dev/null Sun May 21 15:09:07 2006
+++ SOURCES/nxssh-heimdal.patch Sun May 21 15:09:01 2006
@@ -0,0 +1,20 @@
+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
+@@ -2277,13 +2277,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)
================================================================
More information about the pld-cvs-commit
mailing list