openwrt/package
Christian Lamparter 857345496b tfa-layerscape: fix fiptool's build
A missing '\' caused the remaining parameters not to be passed to make.

This fixes the following error:

| gcc -c [...] fiptool.c -o fiptool.o
| In file included from fiptool.h:16,
|                 from fiptool.c:19:
|fiptool_platform.h:19:11: fatal error: openssl/sha.h: No such file or directory
|   19 | # include <openssl/sha.h>
|      |           ^~~~~~~~~~~~~~~
|compilation terminated.
|make[3]: *** [Makefile:58: fiptool.o] Error 1

as the HOST_CFLAGS are no longer passed.

then, HOST_CFLAGS is specified as a command argument, this
is a specific problem of our built since appending these
needs the override directive.

Fixes: df28bfe03247 ("tfa-layerscape: Change to github and use the latest tag")
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
2023-05-20 23:20:48 +02:00
..
base-files base-files: add protocol ncm support for ucidef_set_interface() 2023-05-18 14:44:07 +02:00
boot tfa-layerscape: fix fiptool's build 2023-05-20 23:20:48 +02:00
devel treewide: replace AUTORELEASE with real PKG_RELEASE 2023-05-18 11:35:29 +02:00
firmware ppfe-firmware: Bump to lf-6.1.1-1.0.0 and switch to github 2023-05-20 15:19:14 +02:00
kernel kernel: net: add support for kernel tls 2023-05-20 15:19:14 +02:00
libs nettle: update to 3.9 2023-05-20 21:02:18 +02:00
network umdns: Update to umdns HEAD 2023-05-18 18:07:17 +02:00
system treewide: replace AUTORELEASE with real PKG_RELEASE 2023-05-18 11:35:29 +02:00
utils util-linux: Use SYS_getrandom in randutils.c 2023-05-19 22:43:45 +02:00
Makefile build: generate index.json 2023-05-09 23:56:49 +02:00