Michael Vetter 2020-10-29 08:36:06 +00:00 committed by Git OBS Bridge
parent fbbccb8655
commit dbdf80b3a3

View File

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