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 5CEA015838C for ; Sat, 20 Jan 2024 21:22:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4A70E29DD; Sat, 20 Jan 2024 21:22: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 B717DE29DD for ; Sat, 20 Jan 2024 21:22:22 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CECD534326B for ; Sat, 20 Jan 2024 21:22:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AE1314D2 for ; Sat, 20 Jan 2024 21:22:18 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1705785706.a20318e93bb3e42a11c173e7de61e33f98f036c3.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libunwind/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libunwind/files/libunwind-1.8.0_rc1-configure-bashism.patch X-VCS-Directories: sys-libs/libunwind/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: a20318e93bb3e42a11c173e7de61e33f98f036c3 X-VCS-Branch: master Date: Sat, 20 Jan 2024 21:22: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: c509a089-08b3-44ec-b0a7-365381487622 X-Archives-Hash: ecb6c2841895c468cd64797af0403a23 commit: a20318e93bb3e42a11c173e7de61e33f98f036c3 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Jan 20 08:21:14 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Jan 20 21:21:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a20318e9 sys-libs/libunwind: remove unused patch Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> .../libunwind-1.8.0_rc1-configure-bashism.patch | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/sys-libs/libunwind/files/libunwind-1.8.0_rc1-configure-bashism.patch b/sys-libs/libunwind/files/libunwind-1.8.0_rc1-configure-bashism.patch deleted file mode 100644 index b4e36d71efdc..000000000000 --- a/sys-libs/libunwind/files/libunwind-1.8.0_rc1-configure-bashism.patch +++ /dev/null @@ -1,21 +0,0 @@ -https://github.com/libunwind/libunwind/pull/675 - -From ac81d339a7999e054deda2c0041c01424df3eadd Mon Sep 17 00:00:00 2001 -From: Sam James -Date: Sat, 2 Dec 2023 21:18:44 +0000 -Subject: [PATCH] configure.ac: fix bashism in LDFLAGS append - -'+=' is not required for POSIX shells and may not work with e.g. /bin/sh -provided by dash. Just expand it instead. ---- a/configure.ac -+++ b/configure.ac -@@ -54,7 +54,7 @@ dnl Checks for libraries. - AC_MSG_NOTICE([--- Checking for libraries ---]) - save_LDFLAGS="$LDFLAGS" - save_LIBS="$LIBS" --LDFLAGS+=" -nostdlib" -+LDFLAGS="${LDFLAGS} -nostdlib" - AC_SEARCH_LIBS([_Unwind_Resume], [gcc_s gcc], - [AS_IF([test "$ac_cv_search__Unwind_Resume" != "none required"], - [AC_SUBST([LIBCRTS], ["$ac_cv_search__Unwind_Resume"])])], -