tools: mkimage: pass crypto libraries through HOST_LOADLIBES (FS#381)
authorJo-Philipp Wich <jo@mein.io>
Wed, 11 Jan 2017 01:43:04 +0000 (02:43 +0100)
committerJo-Philipp Wich <jo@mein.io>
Wed, 11 Jan 2017 02:48:30 +0000 (03:48 +0100)
commit69be65b594c4fafbc4e58dd3cd235547f02a33ca
tree1aece7d891b3e11cf4dafc8608f6619953303524
parent96a940308bc787fe24447ccb8d0aca0befc74736
tools: mkimage: pass crypto libraries through HOST_LOADLIBES (FS#381)

Since linker argument order is significant on modern host compilers, pass
the required libcrypto libraries through the HOST_LOADLIBES variable in
order to ensure proper order of the final linker command line.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
tools/mkimage/Makefile