summaryrefslogtreecommitdiff
path: root/net-misc/openssh/files/openssh-8.3_p1-sha2-include.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:33:55 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:33:55 +0000
commitb57f481b8dd2bd320fd953df47bec7fc8657e3b0 (patch)
tree21e9c43d561e95164636147c365b5b7caacb36c9 /net-misc/openssh/files/openssh-8.3_p1-sha2-include.patch
parent6e5ce73b45f8a1389d7d3e022087a4797aef7ba5 (diff)
net-misc/openssh : pull from gentoo
Diffstat (limited to 'net-misc/openssh/files/openssh-8.3_p1-sha2-include.patch')
-rw-r--r--net-misc/openssh/files/openssh-8.3_p1-sha2-include.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-misc/openssh/files/openssh-8.3_p1-sha2-include.patch b/net-misc/openssh/files/openssh-8.3_p1-sha2-include.patch
deleted file mode 100644
index 6bd71661..00000000
--- a/net-misc/openssh/files/openssh-8.3_p1-sha2-include.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/Makefile.in b/Makefile.in
-index c9e4294d..2dbfac24 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -44,7 +44,7 @@ CC=@CC@
- LD=@LD@
- CFLAGS=@CFLAGS@
- CFLAGS_NOPIE=@CFLAGS_NOPIE@
--CPPFLAGS=-I. -I$(srcdir) @CPPFLAGS@ $(PATHS) @DEFS@
-+CPPFLAGS=-I. -I$(srcdir) -I$(srcdir)/openbsd-compat @CPPFLAGS@ $(PATHS) @DEFS@
- PICFLAG=@PICFLAG@
- LIBS=@LIBS@
- K5LIBS=@K5LIBS@