at91: add kernel support for sama7g5 soc
[openwrt/staging/dedeckeh.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 diff --git a/scripts/Makefile b/scripts/Makefile
12 index 9adb6d247818..035c1fe113ad 100644
13 --- a/scripts/Makefile
14 +++ b/scripts/Makefile
15 @@ -21,7 +21,7 @@ HOSTCFLAGS_asn1_compiler.o = -I$(srctree)/include
16 HOSTCFLAGS_sign-file.o = $(CRYPTO_CFLAGS)
17 HOSTLDLIBS_sign-file = $(CRYPTO_LIBS)
18 HOSTCFLAGS_extract-cert.o = $(CRYPTO_CFLAGS)
19 -HOSTLDLIBS_extract-cert = $(CRYPTO_LIBS)
20 +HOSTLDLIBS_extract-cert = $(CRYPTO_LIBS) -lpthread
21
22 ifdef CONFIG_UNWINDER_ORC
23 ifeq ($(ARCH),x86_64)
24 --
25 2.25.1
26