Merge pull request #8994 from mglae/le13_fix_heimdal

heimdal: fix CFLAGS override after ebff2c7ca0
This commit is contained in:
Christian Hewitt 2024-06-16 07:29:46 +04:00 committed by GitHub
commit 0ff6d4d92b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 \