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 AF6EE158095 for ; Sun, 7 Aug 2022 16:15:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6D55E0D30; Sun, 7 Aug 2022 16:15:22 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2D6CE0D33 for ; Sun, 7 Aug 2022 16:15:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CA670340E30 for ; Sun, 7 Aug 2022 16:15:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31A6D51F for ; Sun, 7 Aug 2022 16:15:20 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1659888840.fbf612cf4cfaa982b1b53f6e730d797021c952e1.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/btrfs-progs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/btrfs-progs/btrfs-progs-5.15.1.ebuild X-VCS-Directories: sys-fs/btrfs-progs/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: fbf612cf4cfaa982b1b53f6e730d797021c952e1 X-VCS-Branch: master Date: Sun, 7 Aug 2022 16:15:20 +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: e96d5b7f-4575-4ac0-a0b3-4c2964f8bd64 X-Archives-Hash: 8715f16019a82dbedd6fcb2d48cccba3 commit: fbf612cf4cfaa982b1b53f6e730d797021c952e1 Author: Mike Gilbert gentoo org> AuthorDate: Thu Aug 4 18:50:37 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Aug 7 16:14:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbf612cf sys-fs/btrfs-progs: fix build with glibc-2.36 Bug: https://bugs.gentoo.org/863638 Signed-off-by: Mike Gilbert gentoo.org> sys-fs/btrfs-progs/btrfs-progs-5.15.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-fs/btrfs-progs/btrfs-progs-5.15.1.ebuild b/sys-fs/btrfs-progs/btrfs-progs-5.15.1.ebuild index 84960ddcbba8..a15d9125d0e5 100644 --- a/sys-fs/btrfs-progs/btrfs-progs-5.15.1.ebuild +++ b/sys-fs/btrfs-progs/btrfs-progs-5.15.1.ebuild @@ -84,6 +84,9 @@ pkg_setup() { } src_prepare() { + local PATCHES=( + "${FILESDIR}/btrfs-progs-5.18.1-glibc-2.36.patch" + ) default if [[ ${PV} == 9999 ]]; then AT_M4DIR=m4 eautoreconf