commit:     875c5766915fd99f8bdaa0cd468e59810624f2fc
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu May 28 07:46:09 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu May 28 07:53:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=875c5766

net-misc/eventd: Fix building with CFLAGS=-fno-common

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Closes: https://bugs.gentoo.org/707414
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-misc/eventd/eventd-0.27.0-r1.ebuild              |  3 +++
 net-misc/eventd/files/eventd-0.27.0-fno-common.patch | 11 +++++++++++
 2 files changed, 14 insertions(+)

diff --git a/net-misc/eventd/eventd-0.27.0-r1.ebuild 
b/net-misc/eventd/eventd-0.27.0-r1.ebuild
index b0d6a59a966..5805963615d 100644
--- a/net-misc/eventd/eventd-0.27.0-r1.ebuild
+++ b/net-misc/eventd/eventd-0.27.0-r1.ebuild
@@ -66,6 +66,9 @@ RDEPEND="${COMMON_DEPEND}
        net-libs/glib-networking[ssl]
 "
 BDEPEND="virtual/pkgconfig"
+PATCHES=(
+       "${FILESDIR}"/${PN}-0.27.0-fno-common.patch
+)
 
 pkg_setup() {
        if use ipv6; then

diff --git a/net-misc/eventd/files/eventd-0.27.0-fno-common.patch 
b/net-misc/eventd/files/eventd-0.27.0-fno-common.patch
new file mode 100644
index 00000000000..5f731666738
--- /dev/null
+++ b/net-misc/eventd/files/eventd-0.27.0-fno-common.patch
@@ -0,0 +1,11 @@
+--- a/plugins/nd/src/backend.h
++++ b/plugins/nd/src/backend.h
+@@ -37,7 +37,7 @@
+     _EVENTD_ND_BACKENDS_SIZE
+ } EventdNdBackends;
+ 
+-const gchar *eventd_nd_backends_names[_EVENTD_ND_BACKENDS_SIZE];
++extern const gchar *eventd_nd_backends_names[_EVENTD_ND_BACKENDS_SIZE];
+ 
+ typedef struct {
+     EventdNdContext *context;

Reply via email to