From cd2ea5599ac66ab97fb8c369498ff35ee7742273 Mon Sep 17 00:00:00 2001 From: jammyjellyfish Date: Thu, 6 Apr 2023 17:42:26 +0800 Subject: [PATCH] Add support for specifying CC Signed-off-by: jchzhou --- audit.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/audit.spec b/audit.spec index 581ae2e..f649988 100644 --- a/audit.spec +++ b/audit.spec @@ -2,7 +2,7 @@ Summary: User space tools for kernel auditing Name: audit Epoch: 1 Version: 3.1.1 -Release: 1 +Release: 2 License: GPLv2+ and LGPLv2+ URL: https://people.redhat.com/sgrubb/audit/ Source0: https://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz @@ -105,6 +105,8 @@ autoreconf -f -i --with-python3=yes \ --enable-gssapi-krb5=yes --with-arm --with-aarch64 \ --with-libcap-ng=yes --enable-zos-remote \ + CC_FOR_BUILD=${CC} \ + CPP_FOR_BUILD=${CPP} \ %ifarch %{golang_arches} --with-golang \ %endif @@ -366,6 +368,9 @@ fi %attr(644,root,root) %{_mandir}/man8/*.8.gz %changelog +* Wed Dec 27 2023 jchzhou - 1:3.1.2-1 +- rebase d5df80f "Support specify CC" by @jammyjellyfish + * Mon Jul 24 2023 zhengxiaoxiao - 1:3.1.1-1 - update version to 3.1.1 -- Gitee