aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-07-30 22:53:45 -0700
committerAdam Vandenberg2013-07-30 22:53:45 -0700
commit0061f4d4f8fcf855d88404d27d31bdafec956685 (patch)
tree3cede61db42e0892094354b14ed33d0ca44f98a8 /Library
parentaca99ae0d735aad3cd2a5472b0b2eb31f879d8e8 (diff)
downloadhomebrew-0061f4d4f8fcf855d88404d27d31bdafec956685.tar.bz2
mariadb: still fails with clang 425
Closes #21558.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mariadb.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/mariadb.rb b/Library/Formula/mariadb.rb
index 1cf5f0327..9d55b031f 100644
--- a/Library/Formula/mariadb.rb
+++ b/Library/Formula/mariadb.rb
@@ -35,7 +35,8 @@ class Mariadb < Formula
env :std if build.universal?
fails_with :clang do
- build 421
+ build 425
+ cause "error: implicit instantiation of undefined template 'boost::STATIC_ASSERTION_FAILURE<false>'"
end
def install