mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Revert "Merge branch 'develop'"
This reverts commitbf16c8f251, reversing changes made to15b5e54963.
This commit is contained in:
parent
68044e4831
commit
f0937d0399
171 changed files with 570331 additions and 781 deletions
14
root/target/linux/mediatek/patches-5.4/0230-pthread.patch
Normal file
14
root/target/linux/mediatek/patches-5.4/0230-pthread.patch
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
--- a/scripts/Makefile 2020-03-21 22:28:13.290800484 +0800
|
||||
+++ b/scripts/Makefile 2020-03-21 22:28:26.230870790 +0800
|
||||
@@ -23,8 +23,8 @@ hostprogs-$(CONFIG_SYSTEM_EXTRA_CERTIFIC
|
||||
|
||||
HOSTCFLAGS_sortextable.o = -I$(srctree)/tools/include
|
||||
HOSTCFLAGS_asn1_compiler.o = -I$(srctree)/include
|
||||
-HOSTLDLIBS_sign-file = -lcrypto
|
||||
-HOSTLDLIBS_extract-cert = -lcrypto
|
||||
+HOSTLDLIBS_sign-file = -lcrypto -lpthread
|
||||
+HOSTLDLIBS_extract-cert = -lcrypto -lpthread
|
||||
|
||||
always := $(hostprogs-y) $(hostprogs-m)
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue