From 138035a7ae66da467952c367c138d94858077455 Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 15 Feb 2022 08:15:16 +0000 Subject: [PATCH] fix FTBFS with upcoming autoconf-2.71 (cherry picked from commit d051f5660b415d5e676d00a36aac43ac4ba67501) --- portaudio.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/portaudio.spec b/portaudio.spec index 1965475..f516d69 100644 --- a/portaudio.spec +++ b/portaudio.spec @@ -1,6 +1,6 @@ Name: portaudio Version: 19 -Release: 30 +Release: 31 Summary: Free, cross platform, open-source, audio I/O library License: MIT URL: http://www.portaudio.com/ @@ -25,6 +25,8 @@ portaudio library. %prep %autosetup -n %{name} -p1 autoreconf -i -f +#with autoconf-2.71 we need to run this twice for things to work +autoreconf -i -f %build %configure --disable-static --enable-cxx @@ -55,6 +57,9 @@ doxygen %exclude %{_libdir}/*.la %changelog +* Tue Feb 15 2022 chenchen - 19-31 +- fix FTBFS with upcoming autoconf-2.71 + * Mon May 31 2021 huanghaitao - 19-30 - Completing build dependencies