!50 【openEuler-22.03-LTS-Next】Add BuildRequires:make

From: @yixiangzhike 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2022-12-14 06:44:01 +00:00 committed by Gitee
commit 471ee9629b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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