justniffer: still fails with clang 425

Closes Homebrew/homebrew#19137.
This commit is contained in:
Adam Vandenberg 2013-05-06 12:07:09 -07:00
parent 481cf46205
commit 4f8a93b8f7

View file

@ -8,7 +8,7 @@ class Justniffer < Formula
depends_on "boost" depends_on "boost"
fails_with :clang do fails_with :clang do
build 421 build 425
cause <<-EOS.undent cause <<-EOS.undent
Symbols declared inline in headers are then expected by the linker. Symbols declared inline in headers are then expected by the linker.
Probably declaring them static would fix it properly. Probably declaring them static would fix it properly.