From eeb61bf8432f2ab193de2f6a9f2a45127ffbbb6f Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 23 May 2022 01:04:04 +0100 Subject: app-admin/webalizer: add -fcommon Bug: https://bugs.gentoo.org/737694 Bug: https://bugs.gentoo.org/779016 Signed-off-by: Sam James --- app-admin/webalizer/webalizer-2.23.08.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'app-admin/webalizer') diff --git a/app-admin/webalizer/webalizer-2.23.08.ebuild b/app-admin/webalizer/webalizer-2.23.08.ebuild index dfa19a5d9eeb..8eb9f1511f93 100644 --- a/app-admin/webalizer/webalizer-2.23.08.ebuild +++ b/app-admin/webalizer/webalizer-2.23.08.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # uses webapp.eclass to create directories with right permissions @@ -6,7 +6,7 @@ EAPI="5" -inherit versionator epatch webapp db-use +inherit flag-o-matic versionator epatch webapp db-use WEBAPP_MANUAL_SLOT="yes" XTENDED_VER="RB30" @@ -71,6 +71,9 @@ src_configure() { local myconf="${myconf} --with-language=english" fi + # bug #779016 and bug #737694 + append-flags -fcommon + econf --enable-dns \ --with-db=$(db_includedir) \ --with-dblib=$(db_libname) \ -- cgit v1.2.3-65-gdbad