commit: be2381fd048a940d10771d371cc963d40d7d0e98
Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 24 16:44:18 2025 +0000
Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
CommitDate: Mon Nov 24 16:44:18 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be2381fd
sys-boot/vboot-utils: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org>
.../vboot-utils/files/vboot-utils-80-musl-fts.patch | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/sys-boot/vboot-utils/files/vboot-utils-80-musl-fts.patch
b/sys-boot/vboot-utils/files/vboot-utils-80-musl-fts.patch
deleted file mode 100644
index bd291f9138e1..000000000000
--- a/sys-boot/vboot-utils/files/vboot-utils-80-musl-fts.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -231,4 +231,7 @@
- ifndef HAVE_MUSL
- CFLAGS += -DHAVE_EXECINFO_H
-+# Musl doesn't have fts.h so enable linking to the standalone lib.
-+else
-+ MUSL_LIBS := -lfts
- endif
-
-@@ -1043,5 +1046,5 @@
-
- # FUTIL_LIBS is shared by FUTIL_BIN and TEST_FUTIL_BINS.
--FUTIL_LIBS = ${CRYPTO_LIBS} ${LIBZIP_LIBS}
-+FUTIL_LIBS = ${CRYPTO_LIBS} ${LIBZIP_LIBS} ${MUSL_LIBS}
-
- ${FUTIL_BIN}: LDLIBS += ${FUTIL_LIBS}