Add BuildRequires:make

Signed-off-by: yixiangzhike <yixiangzhike007@163.com>
This commit is contained in:
yixiangzhike 2022-12-14 11:40:49 +08:00
parent eef1ede30c
commit 5a0f8ac58b

View File

@ -1,6 +1,6 @@
Name: libffi
Version: 3.4.2
Release: 4
Release: 5
Summary: A Portable Foreign Function Interface Library
License: MIT
URL: http://sourceware.org/libffi
@ -13,6 +13,7 @@ Patch1: backport-Fix-check-for-invalid-varargs-arguments-707.patch
Patch2: libffi-Add-sw64-architecture.patch
BuildRequires: gcc gcc-c++ dejagnu
BuildRequires: make
%description
Compilers for high level languages generate code that follows certain conventions. These
@ -97,6 +98,12 @@ fi
%{_infodir}/libffi.info.gz
%changelog
* Wed Dec 14 2022 yixiangzhike <yixiangzhike007@163.com> - 3.4.2-5
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:Add BuildRequires:make
* Fri Oct 21 2022 wuzx<wuzx1226@qq.com> - 3.4.2-4
- Type:feature
- CVE:NA