Fix build with automake-1.17
The original source tarball has something out of sync, which triggers calls to aclocal/automake after running configure. Since it was generated with automake 1.16, it expects that exact version, and fails now in F42+ with 1.17. Running autoreconf to force a regeneration avoids this.
This commit is contained in:
@@ -33,6 +33,7 @@ Patch1: strongswan-5.9.7-error-no-format.patch
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: gnupg2
|
||||
BuildRequires: libtool
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: systemd
|
||||
@@ -154,7 +155,7 @@ for Strongswan runtime configuration from perl applications.
|
||||
|
||||
%build
|
||||
# only for snapshots
|
||||
#autoreconf
|
||||
autoreconf -fiv
|
||||
|
||||
# --with-ipsecdir moves internal commands to /usr/libexec/strongswan
|
||||
# --bindir moves 'pki' command to /usr/libexec/strongswan
|
||||
|
||||
Reference in New Issue
Block a user