Upgrade libxml2 to 2.7.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
91737aacea
commit
f6a62e1fa5
1 changed files with 2 additions and 3 deletions
|
@ -1,16 +1,15 @@
|
|||
require 'formula'
|
||||
|
||||
class Libxml2 < Formula
|
||||
url 'ftp://xmlsoft.org/libxml2/libxml2-2.7.7.tar.gz'
|
||||
url 'ftp://xmlsoft.org/libxml2/libxml2-2.7.8.tar.gz'
|
||||
homepage 'http://xmlsoft.org'
|
||||
md5 '9abc9959823ca9ff904f1fbcf21df066'
|
||||
md5 '8127a65e8c3b08856093099b52599c86'
|
||||
|
||||
keg_only :provided_by_osx
|
||||
|
||||
fails_with_llvm "Undefined symbols when linking", :build => "2326"
|
||||
|
||||
def options
|
||||
# Works with the Python 2 formula
|
||||
[['--with-python', 'Compile the libxml2 Python 2.x modules']]
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue