SHA256
1
0
forked from pool/libuna

- Unconditionally run autoreconf because of patches

OBS-URL: https://build.opensuse.org/package/show/security:forensics/libuna?expand=0&rev=21
This commit is contained in:
Jan Engelhardt 2021-11-25 19:22:55 +00:00 committed by Git OBS Bridge
parent adeadac17b
commit 45a420829a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 25 19:17:43 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Unconditionally run autoreconf because of patches
-------------------------------------------------------------------
Sun Nov 14 13:05:31 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@ -90,7 +90,7 @@ applications that want to make use of libuna.
%autosetup -p1 -n libuna-%version
%build
if [ ! -e configure ]; then ./autogen.sh; fi
autoreconf -fi
%configure \
%if "@BUILD_FLAVOR@" == "mini"
--disable-tools \