diff options
| -rw-r--r-- | Library/Formula/cherokee.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/cherokee.rb b/Library/Formula/cherokee.rb index fd2268c86..918a9072b 100644 --- a/Library/Formula/cherokee.rb +++ b/Library/Formula/cherokee.rb @@ -32,7 +32,8 @@ class Cherokee < Formula "--sysconfdir=#{etc}", "--localstatedir=#{var}/cherokee", "--with-wwwuser=#{ENV['USER']}", - "--with-wwwgroup=www" + "--with-wwwgroup=www", + "--enable-internal-pcre" system "make install" prefix.install "org.cherokee.webserver.plist" |
