From e98159db03d36ffac2ca0b546951a750209b910d Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Wed, 17 Jul 2024 17:34:15 +0200 Subject: [PATCH] Disable team --- contrib/fedora/rpm/configure-for-system.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/contrib/fedora/rpm/configure-for-system.sh b/contrib/fedora/rpm/configure-for-system.sh index 37966ae40c..e57971c0c2 100755 --- a/contrib/fedora/rpm/configure-for-system.sh +++ b/contrib/fedora/rpm/configure-for-system.sh @@ -302,6 +302,14 @@ if [ -z "$P_MODEM_MANAGER_1" ] ; then fi fi +if [ -z "$P_TEAM" ] ; then + if [ "$P_RHEL" -ge 10 ] ; then + P_TEAM=0 + else + P_TEAM=1 + fi +fi + if bool "$P_DEBUG" ; then P_CFLAGS="-g -Og -fexceptions${P_CFLAGS:+ }$P_CFLAGS" else