From aaa0ab8ca1476b48bef1155f6322268b2950260f Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 14 Jan 2012 00:23:30 -0600 Subject: cherokee: use internal libpcre This avoids the "uses Homebrew's libpcre headers, but OS X's library" issue. Signed-off-by: Jack Nagel --- Library/Formula/cherokee.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library/Formula') 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" -- cgit v1.2.3