Blame patches/openssh-9.2p1.local.patch

69b5be
--- openssh-9.0p1/configure.orig	2022-04-07 06:51:43.000000000 +0200
69b5be
+++ openssh-9.0p1/configure	2022-09-20 05:19:31.505197136 +0200
69b5be
@@ -11394,8 +11394,6 @@
69b5be
 		if test "x$use_pkgconfig_for_libedit" = "xyes"; then
69b5be
 			LIBEDIT=`$PKGCONFIG --libs libedit`
69b5be
 			CPPFLAGS="$CPPFLAGS `$PKGCONFIG --cflags libedit`"
69b5be
-		else
69b5be
-			LIBEDIT="-ledit -lcurses"
69b5be
 		fi
69b5be
 		OTHERLIBS=`echo $LIBEDIT | sed 's/-ledit//'`
69b5be
 		{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for el_init in -ledit" >&5