add BuildRequires make

This commit is contained in:
wangjiang 2022-12-16 17:57:02 +08:00
parent 03bce9f2f4
commit 00b681e956

View File

@ -1,6 +1,6 @@
Name: libffi
Version: 3.3
Release: 8
Release: 9
Summary: A Portable Foreign Function Interface Library
License: MIT
URL: http://sourceware.org/libff
@ -9,6 +9,7 @@ Source0: ftp://sourceware.org/pub/libffi/%{name}-%{version}.tar.gz
Patch0: Add-gcc-bug-tests-back.patch
BuildRequires: gcc gcc-c++ dejagnu
BuildRequires: make
%description
Compilers for high level languages generate code that follows certain conventions. These
@ -88,6 +89,12 @@ fi
%{_infodir}/libffi.info.gz
%changelog
* Fri Dec 16 2022 wangjiang <wangjiang37@h-partners.com> - 3.3-9
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:add BuildRequires make
* Mon Dec 6 2021 panxiaohe<panxiaohe@huawei.com> - 3.3-8
- Type:enhancement
- ID:NA