ath25: switch default kernel to 5.15
[openwrt/staging/ldir.git] / target / linux / at91 / patches-5.10 / 99-scripts-fix-compilation-error.patch
1 From 6d18eaaaff92f928eab6fad2708b6d28785b4872 Mon Sep 17 00:00:00 2001
2 From: Claudiu Beznea <claudiu.beznea@microchip.com>
3 Date: Wed, 13 Oct 2021 08:32:07 +0300
4 Subject: [PATCH] scripts: fix compilation error
5
6 Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
7 ---
8 scripts/Makefile | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11 --- a/scripts/Makefile
12 +++ b/scripts/Makefile
13 @@ -21,7 +21,7 @@ HOSTCFLAGS_asn1_compiler.o = -I$(srctree
14 HOSTCFLAGS_sign-file.o = $(CRYPTO_CFLAGS)
15 HOSTLDLIBS_sign-file = $(CRYPTO_LIBS)
16 HOSTCFLAGS_extract-cert.o = $(CRYPTO_CFLAGS)
17 -HOSTLDLIBS_extract-cert = $(CRYPTO_LIBS)
18 +HOSTLDLIBS_extract-cert = $(CRYPTO_LIBS) -lpthread
19
20 ifdef CONFIG_UNWINDER_ORC
21 ifeq ($(ARCH),x86_64)