This commit is contained in:
parent
fbbccb8655
commit
dbdf80b3a3
@ -57,7 +57,9 @@ doing in terms of power savings.
|
|||||||
find . -name '*.o' -delete
|
find . -name '*.o' -delete
|
||||||
|
|
||||||
%build
|
%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"
|
export CFLAGS="%{optflags} -D_GNU_SOURCE"
|
||||||
%configure
|
%configure
|
||||||
%make_build
|
%make_build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user