From 3b6b89fd5a762ec811e1106acfac2958900b2386abd69c8f3427be4fe185041a Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 31 Jul 2018 14:48:02 +0000 Subject: [PATCH] Accepting request 626734 from home:Andreas_Schwab:Factory - Don't require libopts-devel from autogen - Rename libopts-devel to autoopts - Move all autoopts related files to autoopts - Don't run autoreconf - Don't remove -Werror - sprintf-overflow.patch: Fix sprintf overflow - autogen-guile-2.2.patch: properly add support for guile 2.2 - autogen-constant-timeout.patch: remove, use --enable-timeout instead OBS-URL: https://build.opensuse.org/request/show/626734 OBS-URL: https://build.opensuse.org/package/show/Base:System/autogen?expand=0&rev=62 --- autogen.changes | 2 +- autogen.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.changes b/autogen.changes index 1812d49..5aad74d 100644 --- a/autogen.changes +++ b/autogen.changes @@ -8,7 +8,7 @@ Tue Jul 31 08:50:01 UTC 2018 - schwab@suse.de - Don't remove -Werror - sprintf-overflow.patch: Fix sprintf overflow - autogen-guile-2.2.patch: properly add support for guile 2.2 -- autogen-constant-timeout.patch: remove, pass AG_TIMEOUT to configure +- autogen-constant-timeout.patch: remove, use --enable-timeout instead ------------------------------------------------------------------- diff --git a/autogen.spec b/autogen.spec index 87aabd5..ed443f4 100644 --- a/autogen.spec +++ b/autogen.spec @@ -94,7 +94,7 @@ touch aclocal.m4 configure Makefile.in config-h.in %build %configure \ CFLAGS="%optflags -Wno-error=implicit-fallthrough" \ - AG_TIMEOUT=20 \ + --enable-timeout=20 \ --disable-static \ --with-pic make %{?_smp_mflags}