diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-24 14:54:56 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-04-01 21:10:58 +0200 |
commit | 89388df8828ca7f3f759077caa139a6e34d2665b (patch) | |
tree | fc41065cf20ad91a924e81ca0c3b6b2cd401ce9e /net-misc | |
parent | net-libs/srt: remove unused patch (diff) | |
download | gentoo-89388df8828ca7f3f759077caa139a6e34d2665b.tar.gz gentoo-89388df8828ca7f3f759077caa139a6e34d2665b.tar.bz2 gentoo-89388df8828ca7f3f759077caa139a6e34d2665b.zip |
net-misc/openssh: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30332
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/openssh/files/openssh-9.1_p1-build-tests.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net-misc/openssh/files/openssh-9.1_p1-build-tests.patch b/net-misc/openssh/files/openssh-9.1_p1-build-tests.patch deleted file mode 100644 index 62f51a87823d..000000000000 --- a/net-misc/openssh/files/openssh-9.1_p1-build-tests.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/openbsd-compat/regress/Makefile.in b/openbsd-compat/regress/Makefile.in -index dd8cdc4b7..c446f0aa2 100644 ---- a/openbsd-compat/regress/Makefile.in -+++ b/openbsd-compat/regress/Makefile.in -@@ -10,7 +10,7 @@ CFLAGS=@CFLAGS@ - CPPFLAGS=-I. -I.. -I../.. -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../.. @CPPFLAGS@ @DEFS@ - EXEEXT=@EXEEXT@ - LIBCOMPAT=../libopenbsd-compat.a --LIBS=@LIBS@ -+LIBS=@LIBS@ -lssl -lcrypto - LDFLAGS=@LDFLAGS@ $(LIBCOMPAT) - - TESTPROGS=closefromtest$(EXEEXT) snprintftest$(EXEEXT) strduptest$(EXEEXT) \ |