!54 add BuildRequires make

From: @wangjiang37 
Reviewed-by: @lvying6 
Signed-off-by: @lvying6
This commit is contained in:
openeuler-ci-bot 2022-12-16 10:35:37 +00:00 committed by Gitee
commit 9fe621b2cb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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