linux-qubasis
linux oasis port as a qubes template
git clone https://9o.is/git/linux-qubasis.git
0028-acme-client-Fix-build-with-old-bison-versions.patch
(590B)
1 From c3aab43559f17feb64a29f8b0d395532cb423e8b Mon Sep 17 00:00:00 2001
2 From: Michael Forney <mforney@mforney.org>
3 Date: Wed, 15 Apr 2020 20:26:16 -0700
4 Subject: [PATCH] acme-client: Fix build with old bison versions
5
6 ---
7 usr.sbin/acme-client/parse.y | 1 +
8 1 file changed, 1 insertion(+)
9
10 diff --git a/usr.sbin/acme-client/parse.y b/usr.sbin/acme-client/parse.y
11 index 20818328d92..f392e516b63 100644
12 --- a/usr.sbin/acme-client/parse.y
13 +++ b/usr.sbin/acme-client/parse.y
14 @@ -97,6 +97,7 @@ typedef struct {
15 } v;
16 int lineno;
17 } YYSTYPE;
18 +#define YYSTYPE_IS_DECLARED 1
19
20 %}
21
22 --
23 2.26.1
24