logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

0028-acme-client-Fix-build-with-old-bison-versions.patch (592B)


  1. From 9121d31f3ca0d49395846334752b6e820da66cf4 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. usr.sbin/acme-client/parse.y | 1 +
  7. 1 file changed, 1 insertion(+)
  8. diff --git a/usr.sbin/acme-client/parse.y b/usr.sbin/acme-client/parse.y
  9. index 5b9795f948b..14a3cec8203 100644
  10. --- a/usr.sbin/acme-client/parse.y
  11. +++ b/usr.sbin/acme-client/parse.y
  12. @@ -100,6 +100,7 @@ typedef struct {
  13. } v;
  14. int lineno;
  15. } YYSTYPE;
  16. +#define YYSTYPE_IS_DECLARED 1
  17. %}
  18. --
  19. 2.54.0