unconditionally run autoreconf because of patches

OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfsext?expand=0&rev=9
This commit is contained in:
Jan Engelhardt 2021-11-25 19:17:09 +00:00 committed by Git OBS Bridge
parent 99283a6248
commit 78fedc2418

View File

@ -130,7 +130,7 @@ This package contains Python 3 bindings for libfsext.
%autosetup -p1
%build
if [ ! -e configure ]; then ./autogen.sh; fi
autoreconf -fi
%configure --disable-static --enable-wide-character-type --enable-python3
%make_build