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
This commit is contained in:
Andreas Schwab 2018-07-31 14:48:02 +00:00 committed by Git OBS Bridge
parent a73b500c4d
commit 3b6b89fd5a
2 changed files with 2 additions and 2 deletions

View File

@ -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
-------------------------------------------------------------------

View File

@ -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}