libxml2: fix audit (#1292)
This commit is contained in:
parent
1a119e438c
commit
2f2b6d6175
1 changed files with 2 additions and 2 deletions
|
@ -20,12 +20,12 @@ class Libxml2 < Formula
|
||||||
depends_on "libtool" => :build
|
depends_on "libtool" => :build
|
||||||
end
|
end
|
||||||
|
|
||||||
depends_on :python => :optional
|
|
||||||
|
|
||||||
keg_only :provided_by_osx
|
keg_only :provided_by_osx
|
||||||
|
|
||||||
option :universal
|
option :universal
|
||||||
|
|
||||||
|
depends_on :python => :optional
|
||||||
|
|
||||||
fails_with :llvm do
|
fails_with :llvm do
|
||||||
build 2326
|
build 2326
|
||||||
cause "Undefined symbols when linking"
|
cause "Undefined symbols when linking"
|
||||||
|
|
Loading…
Reference in a new issue