fix FTBFS with upcoming autoconf-2.71
(cherry picked from commit d051f5660b415d5e676d00a36aac43ac4ba67501)
This commit is contained in:
parent
8cf494afb1
commit
138035a7ae
@ -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 <chen_aka_jan@163.com> - 19-31
|
||||
- fix FTBFS with upcoming autoconf-2.71
|
||||
|
||||
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 19-30
|
||||
- Completing build dependencies
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user