Skip to content

Commit

Permalink
dpkg still fails with clang 425
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Feb 20, 2013
1 parent 904164b commit d73e3d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/dpkg.rb
Expand Up @@ -9,7 +9,8 @@ class Dpkg < Formula
depends_on 'gnu-tar'

fails_with :clang do
build 421
build 425
cause 'cstdlib:142:3: error: declaration conflicts with target of using declaration already in scope'
end

# Fixes the PERL_LIBDIR.
Expand Down

0 comments on commit d73e3d1

Please sign in to comment.