From 4c8d3e88bd3dca554dd2f5b01dda1c1d5015820c Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 21 Feb 2012 12:04:36 -0600 Subject: dbus: disable tests The tests try to link with dbus-glib, but dbus-glib depends on dbus. SMH. Fixes #10367. Signed-off-by: Jack Nagel --- Library/Formula/d-bus.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/d-bus.rb b/Library/Formula/d-bus.rb index d9dab2c5b..3dba8bc2c 100644 --- a/Library/Formula/d-bus.rb +++ b/Library/Formula/d-bus.rb @@ -17,7 +17,8 @@ class DBus < Formula "--disable-doxygen-docs", "--enable-launchd", "--with-launchd-agent-dir=#{prefix}", - "--without-x" + "--without-x", + "--disable-tests" system "make" ENV.deparallelize system "make install" -- cgit v1.2.3