build/configure_for_system: disable building with team on rhel10+

This commit is contained in:
Jan Vaclav 2025-12-03 10:22:57 +01:00
parent de0a37b248
commit 55f96057c6

View file

@ -293,6 +293,10 @@ if [ -z "$P_MODEM_MANAGER_1" ] ; then
fi fi
fi fi
if [ -z "$TEAM" ] && [ "$P_RHEL" -ge 10 ] ; then
P_TEAM=0
fi
if bool "$P_DEBUG" ; then if bool "$P_DEBUG" ; then
P_CFLAGS="-g -Og -fexceptions${P_CFLAGS:+ }$P_CFLAGS" P_CFLAGS="-g -Og -fexceptions${P_CFLAGS:+ }$P_CFLAGS"
else else