aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/daq.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/daq.rb b/Library/Formula/daq.rb
index 5ccc1f3ea..26989dab5 100644
--- a/Library/Formula/daq.rb
+++ b/Library/Formula/daq.rb
@@ -5,6 +5,8 @@ class Daq < Formula
url 'http://www.snort.org/dl/snort-current/daq-2.0.2.tar.gz'
sha1 'def1a5b28fd16758aeb85a02f3813250014d4d75'
+ fails_with :clang
+
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"