From eae8fa7dd5e2262e8c5c07e1724c7bfcb5d2c09c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Wed, 15 Mar 2023 11:02:19 +0000 Subject: [PATCH] Run autoreconf to make sure that autotools are updated --- opus.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/opus.spec b/opus.spec index 6044018..df06e91 100644 --- a/opus.spec +++ b/opus.spec @@ -15,6 +15,7 @@ Source2: http://tools.ietf.org/rfc/rfc8251.txt BuildRequires: make BuildRequires: gcc BuildRequires: doxygen +BuildRequires: libtool %description The Opus codec is designed for interactive speech and audio transmission over @@ -35,6 +36,7 @@ cp %{SOURCE1} . cp %{SOURCE2} . %build +autoreconf -ivf %configure --enable-custom-modes --disable-static \ --enable-hardening \ %ifarch %{arm} %{arm64} %{power64} @@ -72,6 +74,7 @@ make check %{?_smp_mflags} V=1 * Thu Jan 19 2023 Fedora Release Engineering - 1.3.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - Fix build in all arches, copied from Debian +- Run autoreconf to make sure that autotools are updated * Fri Jul 22 2022 Fedora Release Engineering - 1.3.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild