sys-auth/ykpers: Fix building with -fno-common
authorDavid Seifert <soap@gentoo.org>
Mon, 13 Apr 2020 20:51:15 +0000 (22:51 +0200)
committerDavid Seifert <soap@gentoo.org>
Mon, 13 Apr 2020 20:51:15 +0000 (22:51 +0200)
Closes: https://bugs.gentoo.org/706848
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Seifert <soap@gentoo.org>
sys-auth/ykpers/files/ykpers-1.20.0-fix-gcc10-fno-common.patch [new file with mode: 0644]
sys-auth/ykpers/ykpers-1.20.0.ebuild

diff --git a/sys-auth/ykpers/files/ykpers-1.20.0-fix-gcc10-fno-common.patch b/sys-auth/ykpers/files/ykpers-1.20.0-fix-gcc10-fno-common.patch
new file mode 100644 (file)
index 0000000..dcff56a
--- /dev/null
@@ -0,0 +1,13 @@
+--- 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,
index 4db6dbd05bb2ada2f49df19b7580908ac12c653d..37d5abec3c52ec62d04c29cecd94836634c6aef5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -26,6 +26,7 @@ RDEPEND="${DEPEND}
 "
 
 S="${WORKDIR}/yubikey-personalization-${PV}"
+PATCHES=( "${FILESDIR}"/${PN}-1.20.0-fix-gcc10-fno-common.patch )
 
 DOCS=( doc/. AUTHORS NEWS README )