diff options
| author | Adam Vandenberg | 2010-07-02 09:28:06 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-07-02 09:30:46 -0700 |
| commit | 07601da18bd987f8644de90647f6b3848a0c091f (patch) | |
| tree | 9c9120fe66883424df8f713c03da263616059138 /Library | |
| parent | ab72ee4d6595459cdfd7a691cbb15e0f70c50657 (diff) | |
| download | homebrew-07601da18bd987f8644de90647f6b3848a0c091f.tar.bz2 | |
Nginx - force linking against system PCRE library
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/nginx.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/nginx.rb b/Library/Formula/nginx.rb index 408c343c2..522b32e27 100644 --- a/Library/Formula/nginx.rb +++ b/Library/Formula/nginx.rb @@ -38,7 +38,7 @@ class Nginx < Formula end def install - args = ["--prefix=#{prefix}", "--with-http_ssl_module"] + args = ["--prefix=#{prefix}", "--with-http_ssl_module", "--with-pcre"] args << passenger_config_args if ARGV.include? '--with-passenger' system "./configure", *args |
