sys-boot/vboot-utils: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mm1ke@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger 2025-11-24 17:44:18 +01:00
parent 06b7cb5d27
commit be2381fd04
No known key found for this signature in database
GPG Key ID: 03B489CBE4B76101

View File

@ -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}