From 7a3be156b7e522ee103b39f175ead1804815f996 Mon Sep 17 00:00:00 2001 From: Binglin Chang Date: Fri, 6 Oct 2017 23:28:49 +0800 Subject: [PATCH] Disable 'dtrace' to fix 'glib_probes.h not found' build error in some environments (#34) --- glib.BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib.BUILD b/glib.BUILD index 3515d51d..ebc4e134 100644 --- a/glib.BUILD +++ b/glib.BUILD @@ -14,7 +14,7 @@ genrule( "config.h", "glibconfig.h", ], - cmd = "./$(location configure) --disable-fam " + + cmd = "./$(location configure) --disable-fam --enable-dtrace=no " + "&& cp --verbose -- config.h $(location config.h)" + "&& cp --verbose -- glib/glibconfig.h $(location glibconfig.h)", )