summaryrefslogtreecommitdiff
path: root/sys-process/procps/files/procps-4.0.5-fix-tests-multilib.patch
blob: 05ea4973e0b2aaf0ddc92fc94f4a3342e2b1b7ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
https://gitlab.com/procps-ng/procps/-/merge_requests/256

From 2cc229991d2c89c93d58d7ad4bc30fd272d8e2df Mon Sep 17 00:00:00 2001
Message-ID: <2cc229991d2c89c93d58d7ad4bc30fd272d8e2df.1750118248.git.sam@gentoo.org>
From: Sam James <sam@gentoo.org>
Date: Tue, 17 Jun 2025 00:56:23 +0100
Subject: [PATCH] testsuite: only test freetop if we built it

It's not built if configured with --without-ncurses. Similar to
aa85fb458a295135d8283cd5ffacfe8198cdae22.

Signed-off-by: Sam James <sam@gentoo.org>
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -21,7 +21,7 @@ DEJATOOL += \
 
 if !CYGWIN
 if WITH_NCURSES
-DEJATOOL += slabtop
+DEJATOOL += slabtop hugetop
 endif
 
 DEJATOOL += sysctl
@@ -37,7 +37,6 @@ endif
 
 DEJATOOL += \
 	free \
-	hugetop \
 	lib \
 	pgrep \
 	pkill \
-- 
2.50.0