Nginx - force linking against system PCRE library
This commit is contained in:
parent
c14dfa153c
commit
1be221b651
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue