aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-01-14 00:23:30 -0600
committerJack Nagel2012-01-14 00:23:30 -0600
commitaaa0ab8ca1476b48bef1155f6322268b2950260f (patch)
treea9ee49d281a97f360590b01499a4e9c8367d0442 /Library
parentc6686b04df1a37b47624b31a2ea81d82f1ecc76a (diff)
downloadhomebrew-aaa0ab8ca1476b48bef1155f6322268b2950260f.tar.bz2
cherokee: use internal libpcre
This avoids the "uses Homebrew's libpcre headers, but OS X's library" issue. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cherokee.rb3
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"