From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 75E3915803E for ; Wed, 3 Jan 2024 10:40:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE26C2BC032; Wed, 3 Jan 2024 10:40:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB1802BC032 for ; Wed, 3 Jan 2024 10:40:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5473342FF8 for ; Wed, 3 Jan 2024 10:40:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9D6E135D for ; Wed, 3 Jan 2024 10:40:52 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1704278391.52c53b39cde723e70083e979f2b006322f302ecb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice/libreoffice-7.5.6.2.ebuild app-office/libreoffice/libreoffice-7.5.8.2-r2.ebuild app-office/libreoffice/libreoffice-7.5.8.2.ebuild app-office/libreoffice/libreoffice-7.5.9.2.ebuild app-office/libreoffice/libreoffice-9999.ebuild X-VCS-Directories: app-office/libreoffice/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 52c53b39cde723e70083e979f2b006322f302ecb X-VCS-Branch: master Date: Wed, 3 Jan 2024 10:40:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bf1e596b-eddc-4299-a352-5446b4a42d7f X-Archives-Hash: 25cb6646b0eb3926f4e46aacc632a2d3 commit: 52c53b39cde723e70083e979f2b006322f302ecb Author: Sam James gentoo org> AuthorDate: Wed Jan 3 10:31:42 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jan 3 10:39:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c53b39 app-office/libreoffice: pass -Wl,--undefined-version for other linkers if supported Signed-off-by: Sam James gentoo.org> app-office/libreoffice/libreoffice-7.5.6.2.ebuild | 8 ++++---- app-office/libreoffice/libreoffice-7.5.8.2-r2.ebuild | 8 ++++---- app-office/libreoffice/libreoffice-7.5.8.2.ebuild | 8 ++++---- app-office/libreoffice/libreoffice-7.5.9.2.ebuild | 8 ++++---- app-office/libreoffice/libreoffice-9999.ebuild | 8 ++++---- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/app-office/libreoffice/libreoffice-7.5.6.2.ebuild b/app-office/libreoffice/libreoffice-7.5.6.2.ebuild index 9d2b564c853d..7ec34f336fdf 100644 --- a/app-office/libreoffice/libreoffice-7.5.6.2.ebuild +++ b/app-office/libreoffice/libreoffice-7.5.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -395,6 +395,9 @@ src_configure() { einfo "Preset CFLAGS: ${CFLAGS}" einfo "Preset LDFLAGS: ${LDFLAGS}" + # Workaround for bug #915067 + append-ldflags $(test-flags-CCLD -Wl,--undefined-version) + if use clang ; then # Force clang einfo "Enforcing the use of clang due to USE=clang ..." @@ -408,9 +411,6 @@ src_configure() { # Workaround for bug #907905 filter-lto - # Workaround for bug #915067 - append-ldflags -Wl,--undefined-version - # Not implemented by Clang, bug #903889 filter-flags -Wlto-type-mismatch -Werror=lto-type-mismatch else diff --git a/app-office/libreoffice/libreoffice-7.5.8.2-r2.ebuild b/app-office/libreoffice/libreoffice-7.5.8.2-r2.ebuild index 2d1d90c37611..984ca1c390bb 100644 --- a/app-office/libreoffice/libreoffice-7.5.8.2-r2.ebuild +++ b/app-office/libreoffice/libreoffice-7.5.8.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -405,6 +405,9 @@ src_configure() { einfo "Preset CFLAGS: ${CFLAGS}" einfo "Preset LDFLAGS: ${LDFLAGS}" + # Workaround for bug #915067 + append-ldflags $(test-flags-CCLD -Wl,--undefined-version) + if use clang ; then # Force clang einfo "Enforcing the use of clang due to USE=clang ..." @@ -418,9 +421,6 @@ src_configure() { # Workaround for bug #907905 filter-lto - # Workaround for bug #915067 - append-ldflags -Wl,--undefined-version - # Not implemented by Clang, bug #903889 filter-flags -Wlto-type-mismatch -Werror=lto-type-mismatch else diff --git a/app-office/libreoffice/libreoffice-7.5.8.2.ebuild b/app-office/libreoffice/libreoffice-7.5.8.2.ebuild index b346307b840c..c0a3d703ff40 100644 --- a/app-office/libreoffice/libreoffice-7.5.8.2.ebuild +++ b/app-office/libreoffice/libreoffice-7.5.8.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -398,6 +398,9 @@ src_configure() { einfo "Preset CFLAGS: ${CFLAGS}" einfo "Preset LDFLAGS: ${LDFLAGS}" + # Workaround for bug #915067 + append-ldflags $(test-flags-CCLD -Wl,--undefined-version) + if use clang ; then # Force clang einfo "Enforcing the use of clang due to USE=clang ..." @@ -411,9 +414,6 @@ src_configure() { # Workaround for bug #907905 filter-lto - # Workaround for bug #915067 - append-ldflags -Wl,--undefined-version - # Not implemented by Clang, bug #903889 filter-flags -Wlto-type-mismatch -Werror=lto-type-mismatch else diff --git a/app-office/libreoffice/libreoffice-7.5.9.2.ebuild b/app-office/libreoffice/libreoffice-7.5.9.2.ebuild index 64d3859995c9..c072a93b00e1 100644 --- a/app-office/libreoffice/libreoffice-7.5.9.2.ebuild +++ b/app-office/libreoffice/libreoffice-7.5.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -404,6 +404,9 @@ src_configure() { einfo "Preset CFLAGS: ${CFLAGS}" einfo "Preset LDFLAGS: ${LDFLAGS}" + # Workaround for bug #915067 + append-ldflags $(test-flags-CCLD -Wl,--undefined-version) + if use clang ; then # Force clang einfo "Enforcing the use of clang due to USE=clang ..." @@ -417,9 +420,6 @@ src_configure() { # Workaround for bug #907905 filter-lto - # Workaround for bug #915067 - append-ldflags -Wl,--undefined-version - # Not implemented by Clang, bug #903889 filter-flags -Wlto-type-mismatch -Werror=lto-type-mismatch else diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index 7eec09df7595..3341480b61da 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -395,6 +395,9 @@ src_configure() { einfo "Preset CFLAGS: ${CFLAGS}" einfo "Preset LDFLAGS: ${LDFLAGS}" + # Workaround for bug #915067 + append-ldflags $(test-flags-CCLD -Wl,--undefined-version) + if use clang ; then # Force clang einfo "Enforcing the use of clang due to USE=clang ..." @@ -408,9 +411,6 @@ src_configure() { # Workaround for bug #907905 filter-lto - # Workaround for bug #915067 - append-ldflags -Wl,--undefined-version - # Not implemented by Clang, bug #903889 filter-flags -Wlto-type-mismatch -Werror=lto-type-mismatch else