immortalwrt/package
Hauke Mehrtens 93f00af34d
tfa-layerscape: fix build on systems without openssl headers
The build fails when the openssl/sha.h header file is not installed on
the host system. Fix this by setting the HOSTCCFLAGS variable to the
OpenWrt HOST_CFLAGS variable, without setting this the include paths and
other modifications in the host flags done by OpenWrt will be ignored by
the build.

This fixes the following build problem:
gcc -c -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Wall -Werror -pedantic -std=c99 -O2 -I../../include/tools_share 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>
      |           ^~~~~~~~~~~~~~~

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit d0501dc7fc)
2022-01-01 17:32:22 +08:00
..
base-files base-files: upgrade: fix efi partitions size calculation 2021-12-30 23:57:07 +08:00
boot tfa-layerscape: fix build on systems without openssl headers 2022-01-01 17:32:22 +08:00
devel gdb: Make only full gdb depend on libgmp 2021-12-10 00:08:43 +08:00
emortal autocore: speedup cpufreq calculation 2021-12-03 17:55:10 +08:00
firmware linux-firmware: amd: consolidate amd's linux-firmware entries 2021-12-30 23:58:14 +08:00
kernel mac80211: Update to version 4.19.221 2021-12-17 18:22:50 +08:00
libs libs/wolfssl: add SAN (Subject Alternative Name) support 2022-01-01 17:31:00 +08:00
network tcpdump: libpcap: Remove http://www.us.tcpdump.org mirror 2021-12-30 23:53:55 +08:00
system openwrt-keyring: add ImmortalWrt 18.06 release key 2021-12-08 00:49:58 +08:00
utils utils/px5g-wolfssl: make selfsigned certicates compatible with chromium 2022-01-01 17:31:25 +08:00
Makefile build: fix opkg install step for large package selection 2021-05-12 23:27:23 +08:00