Package-Manager: Portage-2.3.100, Repoman-2.3.22
Closes: https://bugs.gentoo.org/707414
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
net-libs/glib-networking[ssl]
"
BDEPEND="virtual/pkgconfig"
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.27.0-fno-common.patch
+)
pkg_setup() {
if use ipv6; then
--- /dev/null
+--- 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;