uboot-mxs: fix compile problems related to OpenSSL
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 17 Feb 2018 14:38:26 +0000 (15:38 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 17 Mar 2018 22:22:40 +0000 (23:22 +0100)
commit5d3fbd59962981676a61d2c667870d5fbb67535f
tree451f7d6b61d1e793218e5c3d011a04b0b6633131
parent8cc22fad6afb54d1020ddb2ca24ae7ed6ab5b602
uboot-mxs: fix compile problems related to OpenSSL

Use the UBOOT_MAKE_FLAGS defined in include/u-boot.mk and do not
overwrite them to compile the host tools against the shipped LibreSSL.
In addition add a patch to fix a compile problem when compiling the
tools against LibreSSL caused by differences in the API between OpenSSL
1.1 and LibreSSL.

This should fix the compile problems seen in build bot from time to time
by not depending on the host libssl-dev package any more but using the
LibreSSL version from OpenWrt.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/boot/uboot-mxs/Makefile
package/boot/uboot-mxs/patches/002-tools-mxsimage-Support-building-with-LibreSSL.patch [new file with mode: 0644]