All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/libtracefs: fix build failure due to missing NPTL
@ 2025-08-14 21:07 Giulio Benetti
  2025-08-15 10:24 ` Thomas Petazzoni via buildroot
  2025-08-21 19:21 ` [Buildroot] [PATCH] " Thomas Perale via buildroot
  0 siblings, 2 replies; 9+ messages in thread
From: Giulio Benetti @ 2025-08-14 21:07 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti, Maxime Chevallier

At the moment package libtracefs builds utest that requires
pthread_barrier_(), so since we don't need utest let's disable it.

Fixes:
https://autobuild.buildroot.net/results/69b/69b75908bebdf9382a4cd9b138fcaf1e34daba09//

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 package/libtracefs/libtracefs.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/libtracefs/libtracefs.mk b/package/libtracefs/libtracefs.mk
index d24763fa7d..6b8f838c2e 100644
--- a/package/libtracefs/libtracefs.mk
+++ b/package/libtracefs/libtracefs.mk
@@ -14,6 +14,7 @@ LIBTRACEFS_DEPENDENCIES = host-bison host-flex host-pkgconf libtraceevent
 
 LIBTRACEFS_CONF_OPTS = \
 	-Ddoc=false \
-	-Dsamples=false
+	-Dsamples=false \
+	-Dutest=false
 
 $(eval $(meson-package))
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-08-21 19:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-14 21:07 [Buildroot] [PATCH] package/libtracefs: fix build failure due to missing NPTL Giulio Benetti
2025-08-15 10:24 ` Thomas Petazzoni via buildroot
2025-08-15 11:09   ` [Buildroot] [PATCH v2] " Giulio Benetti
2025-08-15 15:19     ` Thomas Petazzoni via buildroot
2025-08-15 16:41       ` Giulio Benetti
2025-08-15 18:32         ` Thomas Petazzoni via buildroot
2025-08-15 20:35           ` [Buildroot] [PATCH v3] " Giulio Benetti
2025-08-16 20:05             ` Thomas Petazzoni via buildroot
2025-08-21 19:21 ` [Buildroot] [PATCH] " Thomas Perale via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.