Skip to content

Commit

Permalink
libxml2: add --with-python option
Browse files Browse the repository at this point in the history
Add an explicit option to silence audit warnings.
  • Loading branch information
adamv committed Jun 29, 2013
1 parent 102cea2 commit def0db4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/libxml2.rb
Expand Up @@ -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+
Expand Down

0 comments on commit def0db4

Please sign in to comment.