diff options
Diffstat (limited to 'package/openssh/patches/patch-configure')
-rw-r--r-- | package/openssh/patches/patch-configure | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/openssh/patches/patch-configure b/package/openssh/patches/patch-configure new file mode 100644 index 000000000..aa0b7af45 --- /dev/null +++ b/package/openssh/patches/patch-configure @@ -0,0 +1,12 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- openssh-5.2p1.orig/configure 2009-02-23 01:18:14.000000000 +0100 ++++ openssh-5.2p1/configure 2009-05-01 12:34:00.000000000 +0200 +@@ -26712,7 +26712,7 @@ echo "${ECHO_T}yes" >&6; } + #define HEIMDAL 1 + _ACEOF + +- K5LIBS="-lkrb5 -ldes" ++ K5LIBS="-lkrb5" + K5LIBS="$K5LIBS -lcom_err -lasn1" + { echo "$as_me:$LINENO: checking for net_write in -lroken" >&5 + echo $ECHO_N "checking for net_write in -lroken... $ECHO_C" >&6; } |