[packages/stalld] - disable BPF fow now
qboosh
qboosh at pld-linux.org
Mon Sep 29 21:37:17 CEST 2025
commit 5026fb98b78c64b9d6df5cfb3e3b3a36a0fd6ec7
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Sep 29 21:40:18 2025 +0200
- disable BPF fow now
stalld.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/stalld.spec b/stalld.spec
index d1d0dd5..32dd413 100644
--- a/stalld.spec
+++ b/stalld.spec
@@ -1,3 +1,4 @@
+# TODO: finish bpf
Summary: stalld - detect starving threads and boost them
Summary(pl.UTF-8): stalld - wykrywanie głodujących wątków i przyspieszanie ich
Name: stalld
@@ -32,7 +33,8 @@ zagłodzeniu wątków systemu operacyjnego pod Linuksem.
%{__make} \
CC="%{__cc}" \
CFLAGS="%{rpmcflags} %{rpmcppflags} -Wall -DVERSION=\\\"%{version}\\\"" \
- LDFLAGS="%{rpmldflags}"
+ LDFLAGS="%{rpmldflags}" \
+ USE_BPF=0
%install
rm -rf $RPM_BUILD_ROOT
@@ -42,7 +44,8 @@ install -d $RPM_BUILD_ROOT
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT \
- UNITDIR=%{systemdunitdir}
+ UNITDIR=%{systemdunitdir} \
+ USE_BPF=0
%clean
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/stalld.git/commitdiff/5026fb98b78c64b9d6df5cfb3e3b3a36a0fd6ec7
More information about the pld-cvs-commit
mailing list