summaryrefslogtreecommitdiff
path: root/dev-lisp/ecl/ecl-21.2.1-r5.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lisp/ecl/ecl-21.2.1-r5.ebuild')
-rw-r--r--dev-lisp/ecl/ecl-21.2.1-r5.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-lisp/ecl/ecl-21.2.1-r5.ebuild b/dev-lisp/ecl/ecl-21.2.1-r5.ebuild
index a12f59e6b270..3d735305d8a2 100644
--- a/dev-lisp/ecl/ecl-21.2.1-r5.ebuild
+++ b/dev-lisp/ecl/ecl-21.2.1-r5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit readme.gentoo-r1
+inherit flag-o-matic readme.gentoo-r1
DESCRIPTION="ECL is an embeddable Common Lisp implementation"
HOMEPAGE="https://common-lisp.net/project/ecl/"
@@ -40,6 +40,8 @@ src_prepare() {
}
src_configure() {
+ filter-lto # bug #931081
+
econf \
--enable-gmp=system \
--enable-boehm=system \