Updating to release 5 and including a patch to 'extern' the definitions of usage and optstring in ykpers-args.h to fix a build error on gcc10epel9
parent
b567c6463c
commit
f21f4e9169
@ -0,0 +1,13 @@
|
|||||||
|
--- ykpers-args.h 2019-02-19 13:29:54.000000000 +0100
|
||||||
|
+++ ykpers-args.h.patch 2020-02-14 13:27:53.624129087 +0100
|
||||||
|
@@ -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,
|
Loading…
Reference in new issue