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 53E37158041 for ; Sun, 3 Mar 2024 20:44:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 835D4E2A9B; Sun, 3 Mar 2024 20:44:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 66249E2A9B for ; Sun, 3 Mar 2024 20:44:21 +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 8E85E33C84E for ; Sun, 3 Mar 2024 20:44:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C68D31049 for ; Sun, 3 Mar 2024 20:44:18 +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: <1709498629.c4c1e9f9ad2b3efe2d2080261675a72f69686137.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/dmraid/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild X-VCS-Directories: sys-fs/dmraid/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: c4c1e9f9ad2b3efe2d2080261675a72f69686137 X-VCS-Branch: master Date: Sun, 3 Mar 2024 20:44:18 +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: f40cb1b9-d16e-4160-a99a-47fe8e879e55 X-Archives-Hash: a1dc2cec5cc0f74ec002fff92f45a9f9 commit: c4c1e9f9ad2b3efe2d2080261675a72f69686137 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Mar 3 20:43:49 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Mar 3 20:43:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c1e9f9 sys-fs/dmraid: Apply musl-1.2.4 largefile workaround Bug: https://bugs.gentoo.org/908662 Signed-off-by: Andreas K. Hüttel gentoo.org> sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild b/sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild index f602f7a7970c..9b4b3388e2d2 100644 --- a/sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild +++ b/sys-fs/dmraid/dmraid-1.0.0_rc16-r7.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 autotools linux-info +inherit flag-o-matic autotools linux-info MY_PV=${PV/_/.}-3 @@ -67,6 +67,9 @@ src_prepare() { } src_configure() { + # bug 908662 + use elibc_musl && append-flags -D_LARGEFILE64_SOURCE + # disable klibc and dietlibc, bug #653392 econf \ --with-usrlibdir='${prefix}'/$(get_libdir) \