tn3399_openwrt/package/boot
Alexandru Ardelean a6f79f5e5e uboot-mvebu: fix build ; use the build's tools/libressl
Since I have no openssl-dev on my machine, I first
get this error:

```
tools/kwbimage.c:21:10: fatal error: openssl/bn.h: No such file or directory
 #include <openssl/bn.h>
```

After removing the UBOOT_MAKE_FLAGS the next error is:
```
tools/kwbimage.c:40:6: error: conflicting types for ‘EVP_MD_CTX_cleanup’
 void EVP_MD_CTX_cleanup(EVP_MD_CTX *ctx)
```

After removing the OpenSSL patches the next error is:
```
  HOSTLD  tools/dumpimage
/usr/bin/ld: cannot find -lssl
/usr/bin/ld: cannot find -lcrypto
collect2: error: ld returned 1 exit status
scripts/Makefile.host:108: recipe for target 'tools/dumpimage' failed
make[5]: *** [tools/dumpimage] Error 1

```

So, the final part is to add the build system's
HOST_LDFLAGS to the UBOOT_MAKE_FLAGS.
(which was done in the previous commit)

Then the image builds.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2018-02-10 20:52:31 +01:00
..
apex ixp4xx: put apex images into image staging directory 2017-01-27 16:53:31 +01:00
arm-trusted-firmware-sunxi arm-trusted-firmware-sunxi: use release build and bump version 2018-02-05 12:58:27 +01:00
at91bootstrap u-boot,at91bootstrap: fix incorrect HOSTCPPFLAGS variable 2018-02-10 20:52:31 +01:00
fconfig treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
grub2 add PKG_CPE_ID ids to package and tools 2017-11-17 02:24:35 +01:00
imx-bootlets treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
kexec-tools kexec-tools: bump version and add support for crashdump kernel 2017-06-09 22:21:25 +02:00
kobs-ng kobs-ng: add header for integer definitions 2017-11-16 22:56:54 +01:00
rbcfg rbcfg: Implement CPU frequency control 2017-10-07 15:00:26 +02:00
uboot-ar71xx uboot-ar71xx: fix build error 2017-04-06 16:25:08 +02:00
uboot-at91 uboot-at91: make packages hidden 2018-01-09 22:58:49 +01:00
uboot-envtools uboot-envtools: add support for GL.iNet GL-AR750 2018-01-15 00:12:13 +01:00
uboot-fritz4040 uboot-fritz4040: add an ipq806x u-boot for FritzBox 4040 2017-03-22 09:45:18 +01:00
uboot-imx6 uboot-imx6: switch to u-boot.mk 2017-01-24 16:21:24 +01:00
uboot-kirkwood uboot-kirkwood: add uboot for pogoplug v4 2018-01-09 22:06:55 +01:00
uboot-lantiq lantiq: sync image filename with boardname 2017-12-16 23:33:56 +01:00
uboot-layerscape layerscape: fix package download 2017-12-21 10:02:16 +01:00
uboot-layerscape-armv8_32b uboot-layerscape-armv8_32b: fix package download 2017-12-20 21:54:18 +01:00
uboot-mvebu uboot-mvebu: fix build ; use the build's tools/libressl 2018-02-10 20:52:31 +01:00
uboot-mxs mxs: put u-boot images into image staging directory 2017-01-27 16:53:31 +01:00
uboot-omap uboot-omap: rename patch to 101-disable-thumb-omap3.patch 2017-04-30 12:19:07 +02:00
uboot-oxnas oxnas: put u-boot images into image staging directory 2017-01-27 16:53:31 +01:00
uboot-sunxi uboot-sunxi: fix build by adding comparabilities for old dtc 2018-02-10 15:39:00 +01:00
uboot-xburst treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
uboot-zynq uboot-zynq: switch to u-boot.mk 2017-01-24 16:21:25 +01:00
yamonenv packages: mark packages depending on a target as nonshared 2017-01-24 09:45:05 +01:00