aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/uwsgi.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-12 20:43:44 -0700
committerAdam Vandenberg2012-03-12 20:43:44 -0700
commit545fc4094f76418add47aace44ca025efdcac79c (patch)
tree001f5ae6869f162bb764497b973bdf90906e1840 /Library/Formula/uwsgi.rb
parentf58cd294bedce0cb0144a4bac2377ba683fcc2d4 (diff)
downloadhomebrew-545fc4094f76418add47aace44ca025efdcac79c.tar.bz2
uwsgi: remove now unused inreplace
Diffstat (limited to 'Library/Formula/uwsgi.rb')
-rw-r--r--Library/Formula/uwsgi.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/uwsgi.rb b/Library/Formula/uwsgi.rb
index 110f58a5d..6274c8324 100644
--- a/Library/Formula/uwsgi.rb
+++ b/Library/Formula/uwsgi.rb
@@ -15,8 +15,6 @@ class Uwsgi < Formula
ENV.append 'CFLAGS', flags
ENV.append 'LDFLAGS', flags
- inreplace 'uwsgiconfig.py', "PYLIB_PATH = ''", "PYLIB_PATH = '#{%x[python-config --ldflags].chomp[/-L(.*?) -l/, 1]}'"
-
system "python uwsgiconfig.py --build"
bin.install "uwsgi"
end