mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-apps/qingy: Apply gcc-10 workaround
Closes: https://github.com/gentoo/gentoo/pull/19409 Closes: https://bugs.gentoo.org/707622 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
committed by
David Seifert
parent
6c9d623b81
commit
b1988966d0
@@ -2,7 +2,8 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit autotools elisp-common eutils pam systemd
|
||||
|
||||
inherit autotools elisp-common eutils flag-o-matic pam systemd
|
||||
|
||||
GENTOO_THEME_VERSION="2.1"
|
||||
|
||||
@@ -48,6 +49,7 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
append-cflags -fcommon
|
||||
local crypto_support="--disable-crypto"
|
||||
local emacs_support="--disable-emacs --without-lispdir"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user