diff options
| author | Adam Vandenberg | 2013-06-29 09:11:15 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-29 09:11:15 -0700 |
| commit | 8cc9ee6ebb1c54d24987f6412b8696fc54884970 (patch) | |
| tree | 17aa852784e823f4fbf1e1889d98f9daba0743db /Library/Formula/libxml2.rb | |
| parent | 2c3164bdb76bc0eaddcbe4d2a595c24a2ecff633 (diff) | |
| download | homebrew-8cc9ee6ebb1c54d24987f6412b8696fc54884970.tar.bz2 | |
libxml2: add --with-python option
Add an explicit option to silence audit warnings.
Diffstat (limited to 'Library/Formula/libxml2.rb')
| -rw-r--r-- | Library/Formula/libxml2.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/libxml2.rb b/Library/Formula/libxml2.rb index 401c51a27..aad2c2234 100644 --- a/Library/Formula/libxml2.rb +++ b/Library/Formula/libxml2.rb @@ -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+ |
