From bc8f61540033cd4a8d1bc1ce38da2245e5c073f7 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Mon, 16 Jan 2023 11:23:43 +0800 Subject: [PATCH] Fixed build failure caused by make install failing duo to make 4.4 --- netsniff-ng.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/netsniff-ng.spec b/netsniff-ng.spec index f530afe..5612c1e 100644 --- a/netsniff-ng.spec +++ b/netsniff-ng.spec @@ -1,6 +1,6 @@ Name: netsniff-ng Version: 0.6.8 -Release: 1 +Release: 2 Summary: Packet sniffing beast License: GPLv2 URL: http://netsniff-ng.org/ @@ -22,7 +22,7 @@ make %{?_smp_mflags} ETCDIR=%{_sysconfdir} Q= STRIP=: \ CFLAGS="%{optflags} -fPIC -fcommon" LDFLAGS="%{?__global_ldflags}" %install -make install PREFIX=%{_prefix} ETCDIR=%{_sysconfdir} DESTDIR="%{buildroot}" +make install PREFIX=%{_prefix} ETCDIR=%{_sysconfdir} DESTDIR="%{buildroot}" -j1 %files %doc AUTHORS COPYING README @@ -32,5 +32,8 @@ make install PREFIX=%{_prefix} ETCDIR=%{_sysconfdir} DESTDIR="%{buildroot}" %{_mandir}/man8/* %changelog +* Mon Jan 16 2023 yaoxin - 0.6.8-2 +- Fixed build failure caused by make install failing duo to make 4.4 + * Tue Sep 7 2021 zhengyaohui - 0.6.8-1 - package init