diff options
| author | Jack Nagel | 2012-01-14 00:23:30 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-01-14 00:23:30 -0600 |
| commit | aaa0ab8ca1476b48bef1155f6322268b2950260f (patch) | |
| tree | a9ee49d281a97f360590b01499a4e9c8367d0442 | |
| parent | c6686b04df1a37b47624b31a2ea81d82f1ecc76a (diff) | |
| download | homebrew-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>
| -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" |
