You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
6 years ago
..
apex ixp4xx: put apex images into image staging directory 8 years ago
arm-trusted-firmware-sunxi arm-trusted-firmware-sunxi: use release build and bump version 6 years ago
at91bootstrap u-boot,at91bootstrap: fix incorrect HOSTCPPFLAGS variable 6 years ago
fconfig treewide: clean up download hashes 8 years ago
grub2 add PKG_CPE_ID ids to package and tools 7 years ago
imx-bootlets treewide: clean up download hashes 8 years ago
kexec-tools kexec-tools: bump version and add support for crashdump kernel 7 years ago
kobs-ng kobs-ng: add header for integer definitions 7 years ago
rbcfg rbcfg: Implement CPU frequency control 7 years ago
uboot-ar71xx uboot-ar71xx: fix build error 7 years ago
uboot-at91 uboot-at91: make packages hidden 7 years ago
uboot-envtools uboot-envtools: add support for GL.iNet GL-AR750 7 years ago
uboot-fritz4040 uboot-fritz4040: add an ipq806x u-boot for FritzBox 4040 7 years ago
uboot-imx6 uboot-imx6: switch to u-boot.mk 8 years ago
uboot-kirkwood uboot-kirkwood: add uboot for pogoplug v4 7 years ago
uboot-lantiq lantiq: sync image filename with boardname 7 years ago
uboot-layerscape layerscape: fix package download 7 years ago
uboot-layerscape-armv8_32b uboot-layerscape-armv8_32b: fix package download 7 years ago
uboot-mvebu uboot-mvebu: fix build ; use the build's tools/libressl 6 years ago
uboot-mxs mxs: put u-boot images into image staging directory 8 years ago
uboot-omap uboot-omap: rename patch to 101-disable-thumb-omap3.patch 7 years ago
uboot-oxnas oxnas: put u-boot images into image staging directory 8 years ago
uboot-sunxi uboot-sunxi: fix build by adding comparabilities for old dtc 6 years ago
uboot-xburst treewide: clean up download hashes 8 years ago
uboot-zynq uboot-zynq: switch to u-boot.mk 8 years ago
yamonenv packages: mark packages depending on a target as nonshared 8 years ago