From 8bb169538db1f82fc0cb381282df4213ac960ec426db86142278c9732e2b98f5 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 7 Apr 2022 14:07:37 +0000 Subject: [PATCH] Accepting request 967012 from home:dimstar:Factory - When running autoreconf, do it complete so that it does not trip over different versions of libtool being used. OBS-URL: https://build.opensuse.org/request/show/967012 OBS-URL: https://build.opensuse.org/package/show/hardware/usbguard?expand=0&rev=44 --- usbguard.changes | 6 ++++++ usbguard.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 \