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 AD5BB158041 for ; Wed, 6 Mar 2024 21:46:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB06DE2A08; Wed, 6 Mar 2024 21:46:37 +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 9BAC7E2A08 for ; Wed, 6 Mar 2024 21:46:37 +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 9DA5D340C33 for ; Wed, 6 Mar 2024 21:46:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED4BE10B0 for ; Wed, 6 Mar 2024 21:46:34 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1709761580.33791d44f8bbe7a8d1566a218a76050d9f51c33d.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/xfsdump/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/xfsdump/xfsdump-3.1.12.ebuild X-VCS-Directories: sys-fs/xfsdump/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 33791d44f8bbe7a8d1566a218a76050d9f51c33d X-VCS-Branch: master Date: Wed, 6 Mar 2024 21:46:34 +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: 21e81c3a-a673-49f0-b2ae-d960f6a26874 X-Archives-Hash: c2c1d30cce5583e7179ee2bc7207387c commit: 33791d44f8bbe7a8d1566a218a76050d9f51c33d Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Mar 6 21:43:02 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Wed Mar 6 21:46:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33791d44 sys-fs/xfsdump: Apply musl-1.2.4 largefile workaround Bug: https://bugs.gentoo.org/925234 Signed-off-by: Andreas K. Hüttel gentoo.org> sys-fs/xfsdump/xfsdump-3.1.12.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sys-fs/xfsdump/xfsdump-3.1.12.ebuild b/sys-fs/xfsdump/xfsdump-3.1.12.ebuild index 5e4ec29587b6..ba28c411d8d8 100644 --- a/sys-fs/xfsdump/xfsdump-3.1.12.ebuild +++ b/sys-fs/xfsdump/xfsdump-3.1.12.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=8 -inherit toolchain-funcs +inherit flag-o-matic toolchain-funcs DESCRIPTION="XFS dump/restore utilities" HOMEPAGE="https://xfs.wiki.kernel.org/ https://git.kernel.org/pub/scm/fs/xfs/xfsdump-dev.git/" @@ -58,6 +58,9 @@ src_configure() { # bug #184564 unset PLATFORM + # bug 925234 + use elibc_musl && append-flags -D_LARGEFILE64_SOURCE + export OPTIMIZER="${CFLAGS}" export DEBUG=-DNDEBUG