aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-07-02 09:28:06 -0700
committerAdam Vandenberg2010-07-02 09:30:46 -0700
commit07601da18bd987f8644de90647f6b3848a0c091f (patch)
tree9c9120fe66883424df8f713c03da263616059138 /Library
parentab72ee4d6595459cdfd7a691cbb15e0f70c50657 (diff)
downloadhomebrew-07601da18bd987f8644de90647f6b3848a0c091f.tar.bz2
Nginx - force linking against system PCRE library
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/nginx.rb2
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