diff options
| author | Adam Vandenberg | 2010-06-16 12:32:39 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-06-16 12:32:39 -0700 |
| commit | be80baaf60cc5b923d41430bacfc582daff6d64f (patch) | |
| tree | 2e475027500989105225cd22153e52d370bb710e /Library | |
| parent | a998960d9c9a4b123a818721c206e73bfd1c699b (diff) | |
| download | homebrew-be80baaf60cc5b923d41430bacfc582daff6d64f.tar.bz2 | |
mod_wsgi: Warn that installing in verbose mode fails.
For some reason, "brew install -v mod_wsgi" fails, but non-verbose
installs succeed.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mod_wsgi.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/mod_wsgi.rb b/Library/Formula/mod_wsgi.rb index 58705276b..3a4132f7c 100644 --- a/Library/Formula/mod_wsgi.rb +++ b/Library/Formula/mod_wsgi.rb @@ -7,6 +7,10 @@ class ModWsgi <Formula def caveats <<-EOS.undent + NOTE: "brew install -v mod_wsgi" will fail! You must install + in non-verbose mode for this to succeed. Patches to fix this + are welcome (and should be sent upstream too.) + * You must manually edit /etc/apache2/httpd.conf to load #{libexec}/mod_wsgi.so |
