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:
Yaakov Selkowitz
2025-03-19 14:41:03 -04:00
parent 17e64c709c
commit 3d23992091

View File

@@ -33,6 +33,7 @@ Patch1: strongswan-5.9.7-error-no-format.patch
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake
BuildRequires: gnupg2 BuildRequires: gnupg2
BuildRequires: libtool
BuildRequires: make BuildRequires: make
BuildRequires: gcc BuildRequires: gcc
BuildRequires: systemd BuildRequires: systemd
@@ -154,7 +155,7 @@ for Strongswan runtime configuration from perl applications.
%build %build
# only for snapshots # only for snapshots
#autoreconf autoreconf -fiv
# --with-ipsecdir moves internal commands to /usr/libexec/strongswan # --with-ipsecdir moves internal commands to /usr/libexec/strongswan
# --bindir moves 'pki' command to /usr/libexec/strongswan # --bindir moves 'pki' command to /usr/libexec/strongswan