control: tags -1 patch

On Sun, 26 Jul 2020 14:58:58 +0100 Shayan Doust <he...@shayandoust.me> wrote:
> Hello,
> 
> Any rough timeframe as to when this FTBFS is fixed?
> 
> Kind regards,
> Shayan Doust

I'm attaching the upstream fix to this bug report.

thanks

G.
## Description: add some description
## Origin/Author: add some origin or author
## Bug: bug URL
>From 09ea16d9e2030e4da6ad00c1e5147e962aa7ff84 Mon Sep 17 00:00:00 2001
From: Klas Lindfors <k...@yubico.com>
Date: Mon, 17 Feb 2020 08:58:33 +0100
Subject: [PATCH] make header declarations extern

fixes #155
---
 ykpers-args.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ykpers-args.h b/ykpers-args.h
index 2a63268..9ff455a 100644
--- a/ykpers-args.h
+++ b/ykpers-args.h
@@ -33,8 +33,8 @@
 
 #include "ykpers.h"
 
-const char *usage;
-const char *optstring;
+extern const char *usage;
+extern const char *optstring;
 
 int args_to_config(int argc, char **argv, YKP_CONFIG *cfg, char *oathid,
 		   size_t oathid_len, const char **infname,

Reply via email to