summaryrefslogtreecommitdiff
path: root/net-misc/openssh/files/openssh-8.2_p1-X509-12.4.3-tests.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-31 12:22:51 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-31 12:22:51 +0100
commitd7a889ce352aac45558b4fedd0b3acec068feee7 (patch)
tree03e5ecd35aaf673fc22a3c6cbaa23301322112f9 /net-misc/openssh/files/openssh-8.2_p1-X509-12.4.3-tests.patch
parent175ebd93121e0747f868e95f4b542af43ad2a02f (diff)
net-misc/openssh : import from gentoo, do not force newer linux-headers since we don't run glibc2.31 (https://bugs.gentoo.org/708224)
Diffstat (limited to 'net-misc/openssh/files/openssh-8.2_p1-X509-12.4.3-tests.patch')
-rw-r--r--net-misc/openssh/files/openssh-8.2_p1-X509-12.4.3-tests.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/openssh/files/openssh-8.2_p1-X509-12.4.3-tests.patch b/net-misc/openssh/files/openssh-8.2_p1-X509-12.4.3-tests.patch
new file mode 100644
index 00000000..1c58d0d5
--- /dev/null
+++ b/net-misc/openssh/files/openssh-8.2_p1-X509-12.4.3-tests.patch
@@ -0,0 +1,11 @@
+--- a/openbsd-compat/regress/Makefile.in 2020-02-15 10:59:01.210601434 -0700
++++ b/openbsd-compat/regress/Makefile.in 2020-02-15 10:59:18.753485852 -0700
+@@ -7,7 +7,7 @@
+ CC=@CC@
+ LD=@LD@
+ CFLAGS=@CFLAGS@
+-CPPFLAGS=-I. -I.. -I$(srcdir) -I$(srcdir)/.. @CPPFLAGS@ @DEFS@
++CPPFLAGS=-I. -I.. -I../.. -I$(srcdir) -I$(srcdir)/.. @CPPFLAGS@ @DEFS@
+ EXEEXT=@EXEEXT@
+ LIBCOMPAT=../libopenbsd-compat.a
+ LIBS=@LIBS@