add BuildRequires make

This commit is contained in:
wangjiang 2022-12-16 17:46:14 +08:00
parent 654151715e
commit 7df0b4c557

View File

@ -1,6 +1,6 @@
Name: libffi
Version: 3.4.2
Release: 3
Release: 4
Summary: A Portable Foreign Function Interface Library
License: MIT
URL: http://sourceware.org/libffi
@ -12,6 +12,7 @@ Patch6000: backport-x86-64-Always-double-jump-table-slot-size-for-CET-71.patch
Patch6001: backport-Fix-check-for-invalid-varargs-arguments-707.patch
Patch6002: add-loongarch64-support.patch
BuildRequires: gcc gcc-c++ dejagnu
BuildRequires: make
%description
Compilers for high level languages generate code that follows certain conventions. These
@ -101,6 +102,9 @@ fi
%{_infodir}/libffi.info.gz
%changelog
* Fri Dec 16 2022 wangjiang <wangjiang37@h-partners.com> - 3.4.2-4
- add BuildRequires make
* Fri Nov 18 2022 doupengda<doupengda@loongson.cn> - 3.4.2-3
- add loongarch support