mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
heimdal: fix CFLAGS override after ebff2c7ca0
This commit is contained in:
parent
12989eabcc
commit
fd642b6ee2
@ -15,7 +15,7 @@ PKG_BUILD_FLAGS="-parallel"
|
||||
|
||||
pre_configure_host() {
|
||||
# configure step misconfigures with gcc 14 unless this error is degraded to a warning
|
||||
export CFLAGS=-Wno-error=implicit-function-declaration
|
||||
export CFLAGS+=" -Wno-error=implicit-function-declaration"
|
||||
}
|
||||
|
||||
PKG_CONFIGURE_OPTS_HOST="ac_cv_prog_COMPILE_ET=no \
|
||||
|
Loading…
x
Reference in New Issue
Block a user