From 65c1c91942cbb1297e0cdbd5ff75c3fc7ed43770 Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Wed, 19 Aug 2020 17:54:51 +0200 Subject: arm-trusted-firmware-mvebu: update to v2.3 Switch to release tarballs and add missing license information while here. Signed-off-by: Andre Heider --- .../patches/200-hostssl.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 package/boot/arm-trusted-firmware-mvebu/patches/200-hostssl.patch (limited to 'package/boot/arm-trusted-firmware-mvebu/patches') diff --git a/package/boot/arm-trusted-firmware-mvebu/patches/200-hostssl.patch b/package/boot/arm-trusted-firmware-mvebu/patches/200-hostssl.patch new file mode 100644 index 0000000000..fc1a24a8ff --- /dev/null +++ b/package/boot/arm-trusted-firmware-mvebu/patches/200-hostssl.patch @@ -0,0 +1,20 @@ +--- a/tools/fiptool/Makefile ++++ b/tools/fiptool/Makefile +@@ -19,7 +19,7 @@ ifeq (${DEBUG},1) + else + HOSTCCFLAGS += -O2 + endif +-LDLIBS := -lcrypto ++LDLIBS := -L${OPENSSL_DIR}/lib -lcrypto + + ifeq (${V},0) + Q := @ +@@ -27,7 +27,7 @@ else + Q := + endif + +-INCLUDE_PATHS := -I../../include/tools_share ++INCLUDE_PATHS := -I../../include/tools_share -I${OPENSSL_DIR}/include + + HOSTCC ?= gcc + -- cgit v1.2.3