diff options
| author | Mike McQuaid | 2014-01-04 13:07:59 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-01-04 13:19:47 +0000 |
| commit | eebb0c24673b26c1042bba11c1737bf8150c6022 (patch) | |
| tree | 81d6d991a70ea14322581b0151a2c138db471c36 /Library | |
| parent | 6f9069c7d2075221e796b20648286634a0a192ba (diff) | |
| download | homebrew-eebb0c24673b26c1042bba11c1737bf8150c6022.tar.bz2 | |
ldns: cleanup python usage.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ldns.rb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Formula/ldns.rb b/Library/Formula/ldns.rb index 87da1ea17..f9df29da4 100644 --- a/Library/Formula/ldns.rb +++ b/Library/Formula/ldns.rb @@ -26,10 +26,7 @@ class Ldns < Formula args << "--with-ssl=#{MacOS.sdk_path}/usr" end - if build.with? 'python' - args << "--with-pyldns" - ENV['PYTHON_SITE_PKG'] = python.site_packages - end + args << "--with-pyldns" if build.with? 'python' system "./configure", *args system "make" |
