mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
sys-boot/vboot-utils: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mm1ke@gentoo.org>
This commit is contained in:
parent
06b7cb5d27
commit
be2381fd04
@ -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}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user