From 6f4aaaabac8da1eb28814c28cd8fe3fecacd663f Mon Sep 17 00:00:00 2001 From: Dylan Vassallo Date: Tue, 23 Aug 2011 00:29:04 -0700 Subject: szl: depend on pcre Apparently OS X doesn't include the PCRE headers, which szl's configure looks for, even though it ends up linking against the system PCRE dylib. See nginx for similar behavior. Signed-off-by: Jack Nagel --- Library/Formula/szl.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') diff --git a/Library/Formula/szl.rb b/Library/Formula/szl.rb index ab8e4bdf2..1cf3b09a9 100644 --- a/Library/Formula/szl.rb +++ b/Library/Formula/szl.rb @@ -8,6 +8,7 @@ class Szl < Formula depends_on 'binutils' # For objdump depends_on 'icu4c' depends_on 'protobuf' # for protoc + depends_on 'pcre' def install ENV['OBJDUMP'] = "#{HOMEBREW_PREFIX}/bin/gobjdump" -- cgit v1.2.3