commit:     eeb61bf8432f2ab193de2f6a9f2a45127ffbbb6f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 23 00:04:04 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 23 00:04:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb61bf8

app-admin/webalizer: add -fcommon

Bug: https://bugs.gentoo.org/737694
Bug: https://bugs.gentoo.org/779016
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/webalizer/webalizer-2.23.08.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

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) \

Reply via email to