diff options
author | Sam James <sam@gentoo.org> | 2022-05-23 01:04:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-23 01:04:24 +0100 |
commit | eeb61bf8432f2ab193de2f6a9f2a45127ffbbb6f (patch) | |
tree | 7e61461aa0d37175a9311870dd649e67c38dd06d /app-admin/webalizer | |
parent | net-analyzer/netperf: update EAPI 7 -> 8 (diff) | |
download | gentoo-eeb61bf8432f2ab193de2f6a9f2a45127ffbbb6f.tar.gz gentoo-eeb61bf8432f2ab193de2f6a9f2a45127ffbbb6f.tar.bz2 gentoo-eeb61bf8432f2ab193de2f6a9f2a45127ffbbb6f.zip |
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>
Diffstat (limited to 'app-admin/webalizer')
-rw-r--r-- | app-admin/webalizer/webalizer-2.23.08.ebuild | 7 |
1 files 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) \ |