diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2020-04-19 16:07:10 +0300 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-04-26 21:20:47 +0200 |
commit | 042917f1c4e8e68ed6c6948dcaf57d35d0b3c366 (patch) | |
tree | 03b399eb6fa81d92f0ef613116469f48ca8726c4 /tools/mkimage/patches/210-link-libcrypto-static.patch | |
parent | 066ec97167e49b5c037b04dc4ec76c4cad5b75e2 (diff) | |
download | upstream-042917f1c4e8e68ed6c6948dcaf57d35d0b3c366.tar.gz upstream-042917f1c4e8e68ed6c6948dcaf57d35d0b3c366.tar.bz2 upstream-042917f1c4e8e68ed6c6948dcaf57d35d0b3c366.zip |
tools/mkimage: update to 2020.04
also change the download source to https and add a mirror
drop merged patches
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
[Add extra changes to compile on FreeBSD, merge two patches]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'tools/mkimage/patches/210-link-libcrypto-static.patch')
-rw-r--r-- | tools/mkimage/patches/210-link-libcrypto-static.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mkimage/patches/210-link-libcrypto-static.patch b/tools/mkimage/patches/210-link-libcrypto-static.patch index 368dea86c9..c609912be9 100644 --- a/tools/mkimage/patches/210-link-libcrypto-static.patch +++ b/tools/mkimage/patches/210-link-libcrypto-static.patch @@ -3,7 +3,7 @@ needed dependencies are added too. --- a/tools/Makefile +++ b/tools/Makefile -@@ -151,7 +151,7 @@ ifneq ($(CONFIG_MX23)$(CONFIG_MX28)$(CON +@@ -162,7 +162,7 @@ ifneq ($(CONFIG_MX23)$(CONFIG_MX28)$(CON HOSTCFLAGS_kwbimage.o += \ $(shell pkg-config --cflags libssl libcrypto 2> /dev/null || echo "") HOSTLOADLIBES_mkimage += \ |