forked from Ivasoft/openwrt
uboot-zynq: update to 2017.03
Compile-tested: ZedBoard Signed-off-by: Luis Araneda <luaraneda@gmail.com>
This commit is contained in:
committed by
John Crispin
parent
61b977fa2c
commit
8c8499f0ea
@@ -3,9 +3,9 @@ needed dependencies are added too.
|
||||
|
||||
--- a/tools/Makefile
|
||||
+++ b/tools/Makefile
|
||||
@@ -128,7 +128,7 @@ endif
|
||||
@@ -152,7 +152,7 @@ endif
|
||||
# MXSImage needs LibSSL
|
||||
ifneq ($(CONFIG_MX23)$(CONFIG_MX28)$(CONFIG_FIT_SIGNATURE),)
|
||||
ifneq ($(CONFIG_MX23)$(CONFIG_MX28)$(CONFIG_ARMADA_38X)$(CONFIG_ARMADA_39X)$(CONFIG_FIT_SIGNATURE),)
|
||||
HOSTLOADLIBES_mkimage += \
|
||||
- $(shell pkg-config --libs libssl libcrypto 2> /dev/null || echo "-lssl -lcrypto")
|
||||
+ $(shell pkg-config --libs --static libssl libcrypto 2> /dev/null || echo "-lssl -lpthread -lcrypto")
|
||||
|
||||
Reference in New Issue
Block a user