From 0c134864c5909a51757028894ff362a8139727e5df307687511971122d188e7e Mon Sep 17 00:00:00 2001 From: Hillwood Yang Date: Thu, 22 Aug 2019 08:36:02 +0000 Subject: [PATCH] Accepting request 725078 from openSUSE:Factory:zSystems run autoreconf to make package build again OBS-URL: https://build.opensuse.org/request/show/725078 OBS-URL: https://build.opensuse.org/package/show/M17N/fwnn?expand=0&rev=29 --- fwnn.changes | 6 ++++++ fwnn.spec | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/fwnn.changes b/fwnn.changes index 48199d9..24bc691 100644 --- a/fwnn.changes +++ b/fwnn.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 21 13:31:28 UTC 2019 - Berthold Gunreben + +- run autoreconf because delievered configure is too old for + link time optimization + ------------------------------------------------------------------- Sat Mar 16 03:14:29 UTC 2019 - bkbin005@rinku.zaq.ne.jp diff --git a/fwnn.spec b/fwnn.spec index f51a1db..2ffed77 100644 --- a/fwnn.spec +++ b/fwnn.spec @@ -43,7 +43,10 @@ Patch1: FreeWnn-ja.patch Patch2: FreeWnn-noroot.patch Patch7: FreeWnn-s390x.patch Patch8: FreeWnn-warnings.patch +BuildRequires: autoconf +BuildRequires: automake BuildRequires: fdupes +BuildRequires: libtool BuildRequires: ncurses-devel BuildRequires: tcpd-devel Requires: fwnncom = %{version} @@ -217,6 +220,7 @@ client programs that use the Korean Input System, Free kWnn. # %%patch3 -p1 %build +autoreconf -fi %configure --prefix=%{_prefix} \ --libdir=%{_libdir} \ --mandir=%{_mandir} \