diff --git a/usbguard.changes b/usbguard.changes index 8aba084..4da01aa 100644 --- a/usbguard.changes +++ b/usbguard.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 5 12:26:09 UTC 2022 - Dominique Leuenberger + +- When running autoreconf, do it complete so that it does not trip + over different versions of libtool being used. + ------------------------------------------------------------------- Wed Mar 16 13:02:20 UTC 2022 - Robert Frohl diff --git a/usbguard.spec b/usbguard.spec index 22de1c6..d4619f6 100644 --- a/usbguard.spec +++ b/usbguard.spec @@ -105,7 +105,7 @@ export CPPFLAGS='-fPIE' export LDFLAGS='-pie' %endif mkdir -p ./m4 -autoreconf -i -s --no-recursive ./ +autoreconf -fiv %configure \ --disable-silent-rules \