mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-26 04:06:46 +00:00
Merge pull request #8935 from jernejsk/heimdal_gcc14
heimdal: fix configuration with gcc 14
This commit is contained in:
commit
99f39ff6ba
@ -13,6 +13,11 @@ PKG_LONGDESC="Kerberos 5, PKIX, CMS, GSS-API, SPNEGO, NTLM, Digest-MD5 and, SASL
|
|||||||
PKG_TOOLCHAIN="autotools"
|
PKG_TOOLCHAIN="autotools"
|
||||||
PKG_BUILD_FLAGS="-parallel"
|
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
|
||||||
|
}
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_HOST="ac_cv_prog_COMPILE_ET=no \
|
PKG_CONFIGURE_OPTS_HOST="ac_cv_prog_COMPILE_ET=no \
|
||||||
--enable-static --disable-shared \
|
--enable-static --disable-shared \
|
||||||
--without-openldap \
|
--without-openldap \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user