commit: a20318e93bb3e42a11c173e7de61e33f98f036c3 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sat Jan 20 08:21:14 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> 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 <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> 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 <[email protected]> -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"])])], -
