Nginx - force linking against system PCRE library

This commit is contained in:
Adam Vandenberg 2010-07-02 09:28:06 -07:00
parent c14dfa153c
commit 1be221b651

View file

@ -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