diff options
| author | Jack Nagel | 2013-02-04 00:25:59 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-02-04 00:31:16 -0600 |
| commit | a95b657e1b63aba819ad093e727a54a7bdfbe3f9 (patch) | |
| tree | 7b050ba0349c9199f74b9cddfa80e748a3f43731 /Library/Formula | |
| parent | 677cfeca88e0a53bfb45f7bcebf8e696f765736a (diff) | |
| download | homebrew-a95b657e1b63aba819ad093e727a54a7bdfbe3f9.tar.bz2 | |
glib: disable modular tests
glib's configure script looks for libdbus, and tries to link a test
program against it if it exists. This fails when the architectures of
the two do not match, for example when compiling glib as universal.
Since the alternative is to add a universal option to dbus and then add
a dependency here, just disable this test.
Fixes #17570.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/glib.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/glib.rb b/Library/Formula/glib.rb index 10469dcf2..f9e479a95 100644 --- a/Library/Formula/glib.rb +++ b/Library/Formula/glib.rb @@ -40,6 +40,7 @@ class Glib < Formula --disable-maintainer-mode --disable-dependency-tracking --disable-dtrace + --disable-modular-tests --prefix=#{prefix} --localstatedir=#{var} ] |
