summaryrefslogtreecommitdiffhomepage
path: root/patches/openssh-9.2p1.local.patch
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2023-02-04 11:57:05 +0100
committerØrjan Malde <red@foxi.me>2023-02-04 11:57:05 +0100
commit8f0ea8f0b4f39810b5c7764bf786e7209fbc4ed4 (patch)
tree0b723eaddee4535afecf824fb539b8f7036b403c /patches/openssh-9.2p1.local.patch
parentd359791197f620085e1da077223e8231c649e07d (diff)
downloadmidipix_build-8f0ea8f0b4f39810b5c7764bf786e7209fbc4ed4.tar.bz2
midipix_build-8f0ea8f0b4f39810b5c7764bf786e7209fbc4ed4.tar.xz
groups/241.native_packages_inet.group: openssh: bump to v9.2p1
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches/openssh-9.2p1.local.patch')
-rw-r--r--patches/openssh-9.2p1.local.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/openssh-9.2p1.local.patch b/patches/openssh-9.2p1.local.patch
new file mode 100644
index 00000000..8e995354
--- /dev/null
+++ b/patches/openssh-9.2p1.local.patch
@@ -0,0 +1,11 @@
+--- openssh-9.0p1/configure.orig 2022-04-07 06:51:43.000000000 +0200
++++ openssh-9.0p1/configure 2022-09-20 05:19:31.505197136 +0200
+@@ -11394,8 +11394,6 @@
+ if test "x$use_pkgconfig_for_libedit" = "xyes"; then
+ LIBEDIT=`$PKGCONFIG --libs libedit`
+ CPPFLAGS="$CPPFLAGS `$PKGCONFIG --cflags libedit`"
+- else
+- LIBEDIT="-ledit -lcurses"
+ fi
+ OTHERLIBS=`echo $LIBEDIT | sed 's/-ledit//'`
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for el_init in -ledit" >&5