commit: dd6dd5d902b2522a4690e33be13d5e96e3fbe1f5 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Dec 4 16:16:49 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Dec 4 16:47:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd6dd5d9
dev-lang/qore: disable single compilation unit Bug: https://bugs.gentoo.org/967068 Closes: https://bugs.gentoo.org/967071 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> dev-lang/qore/qore-1.19.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lang/qore/qore-1.19.2.ebuild b/dev-lang/qore/qore-1.19.2.ebuild index 504e2c8dfe95..5e95d2912205 100644 --- a/dev-lang/qore/qore-1.19.2.ebuild +++ b/dev-lang/qore/qore-1.19.2.ebuild @@ -54,6 +54,7 @@ src_configure() { local -a myconf=( --disable-optimization --disable-profile + --disable-single-compilation-unit --disable-static-bz2 --disable-static-common --disable-static-openssl
