From ad5d57eaa0179505e0c6a2694130318550729d22 Mon Sep 17 00:00:00 2001 From: SaltyFruit Date: Fri, 14 Apr 2023 07:09:58 +0000 Subject: [PATCH] Fix CC compiler support Signed-off-by: SaltyFruit --- iputils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/iputils.spec b/iputils.spec index 9470520..f721ddc 100644 --- a/iputils.spec +++ b/iputils.spec @@ -1,6 +1,6 @@ Name: iputils Version: 20221126 -Release: 1 +Release: 2 Summary: Network monitoring tools including ping License: BSD and GPLv2+ URL: https://github.com/iputils/iputils @@ -38,7 +38,7 @@ cp %{SOURCE2} %{SOURCE3} . %meson %meson_build -gcc -Wall $RPM_OPT_FLAGS $CFLAGS $RPM_LD_FLAGS $LDFLAGS ifenslave.c -o ifenslave +$CC -Wall $RPM_OPT_FLAGS $CFLAGS $RPM_LD_FLAGS $LDFLAGS ifenslave.c -o ifenslave %install %meson_install @@ -83,6 +83,9 @@ install -cp ifenslave.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/ %{_mandir}/man8/*.8.gz %changelog +* Thu Apr 14 2023 SaltyFruit - 20221126-2 +- Fix CC compiler support + * Mon Feb 6 2023 zhongxuan - 20221126-1 - Type:requirements - ID:NA -- Gitee