diff --git a/glib.BUILD b/glib.BUILD index 3515d51d3..ebc4e134e 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)", )