mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
12 lines
373 B
Diff
12 lines
373 B
Diff
--- a/scripts/Makefile
|
|
+++ b/scripts/Makefile
|
|
@@ -21,7 +21,7 @@ HOSTCFLAGS_asn1_compiler.o = -I$(srctree
|
|
HOSTCFLAGS_sign-file.o = $(CRYPTO_CFLAGS)
|
|
HOSTLDLIBS_sign-file = $(CRYPTO_LIBS)
|
|
HOSTCFLAGS_extract-cert.o = $(CRYPTO_CFLAGS)
|
|
-HOSTLDLIBS_extract-cert = $(CRYPTO_LIBS)
|
|
+HOSTLDLIBS_extract-cert = -lcrypto -lpthread
|
|
|
|
ifdef CONFIG_UNWINDER_ORC
|
|
ifeq ($(ARCH),x86_64)
|