From 7df0b4c557ae9667182f77d3eaf315c323441666 Mon Sep 17 00:00:00 2001 From: wangjiang Date: Fri, 16 Dec 2022 17:46:14 +0800 Subject: [PATCH] add BuildRequires make --- libffi.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libffi.spec b/libffi.spec index 4b860d0..0153aa9 100644 --- a/libffi.spec +++ b/libffi.spec @@ -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 - 3.4.2-4 +- add BuildRequires make + * Fri Nov 18 2022 doupengda - 3.4.2-3 - add loongarch support -- Gitee