aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDylan Vassallo2011-08-23 00:29:04 -0700
committerJack Nagel2011-09-06 16:59:20 -0500
commit6f4aaaabac8da1eb28814c28cd8fe3fecacd663f (patch)
treef32c85311bc4f36348e5d0c155034ce6cbc7c054 /Library
parent44e3501eff80f638460819930f31b9360f5fe3f3 (diff)
downloadhomebrew-6f4aaaabac8da1eb28814c28cd8fe3fecacd663f.tar.bz2
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 <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/szl.rb1
1 files changed, 1 insertions, 0 deletions
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"