libxml2: add --with-python option
Add an explicit option to silence audit warnings.
This commit is contained in:
parent
102cea225c
commit
def0db42b0
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ class Libxml2 < Formula
|
|||
keg_only :provided_by_osx
|
||||
|
||||
option :universal
|
||||
# Silence audit warnings
|
||||
option 'with-python', 'Build Python bindings'
|
||||
|
||||
if build.head?
|
||||
depends_on :python => :recommended # satisfied by Python 2.6+
|
||||
|
|
Loading…
Reference in a new issue