From dbdf80b3a3255d9027d2eecf5894777331cbb73ec3e40f43e215d1c85aa0f043 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 29 Oct 2020 08:36:06 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Base:System/powertop?expand=0&rev=67 --- powertop.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/powertop.spec b/powertop.spec index cfbedec..e3472fd 100644 --- a/powertop.spec +++ b/powertop.spec @@ -57,7 +57,9 @@ doing in terms of power savings. find . -name '*.o' -delete %build -autoreconf -fi +# workaround for 'error: too many loops' in sle15sp3 +# also see rhbz#1826935 +autoreconf -fi || autoreconf -fi export CFLAGS="%{optflags} -D_GNU_SOURCE" %configure %make_build