diff options
| author | Adam Vandenberg | 2014-04-27 18:01:16 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-04-27 18:01:29 -0700 | 
| commit | 47e41fa0194bd6d410880b31705711fc8de96573 (patch) | |
| tree | ff67b7917df12198c48ce386e5c261da96e0af92 /Library/Formula/snort.rb | |
| parent | 9b72c50e13bc217930b27353120f2b9d18f86e10 (diff) | |
| download | homebrew-47e41fa0194bd6d410880b31705711fc8de96573.tar.bz2 | |
snort: fails with clang
Closes #24861.
Diffstat (limited to 'Library/Formula/snort.rb')
| -rw-r--r-- | Library/Formula/snort.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/snort.rb b/Library/Formula/snort.rb index 13bbe0db0..20791fd45 100644 --- a/Library/Formula/snort.rb +++ b/Library/Formula/snort.rb @@ -11,6 +11,8 @@ class Snort < Formula    option 'enable-debug', "Compile Snort with --enable-debug and --enable-debug-msgs" +  fails_with :clang +    def install      args = %W[--prefix=#{prefix}                --disable-dependency-tracking  | 
