app-admin/webalizer: add -fcommon

Bug: https://bugs.gentoo.org/737694
Bug: https://bugs.gentoo.org/779016
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2022-05-23 01:04:04 +01:00
parent fd6e19dfb9
commit eeb61bf843
No known key found for this signature in database
GPG Key ID: F4922810EEA0483B
1 changed files with 5 additions and 2 deletions

View File

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