mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #8994 from mglae/le13_fix_heimdal
heimdal: fix CFLAGS override after ebff2c7ca0
This commit is contained in:
commit
0ff6d4d92b
@ -15,7 +15,7 @@ PKG_BUILD_FLAGS="-parallel"
|
|||||||
|
|
||||||
pre_configure_host() {
|
pre_configure_host() {
|
||||||
# configure step misconfigures with gcc 14 unless this error is degraded to a warning
|
# 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 \
|
PKG_CONFIGURE_OPTS_HOST="ac_cv_prog_COMPILE_ET=no \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user