diff options
| author | Dylan Vassallo | 2011-08-23 00:29:04 -0700 |
|---|---|---|
| committer | Jack Nagel | 2011-09-06 16:59:20 -0500 |
| commit | 6f4aaaabac8da1eb28814c28cd8fe3fecacd663f (patch) | |
| tree | f32c85311bc4f36348e5d0c155034ce6cbc7c054 /Library | |
| parent | 44e3501eff80f638460819930f31b9360f5fe3f3 (diff) | |
| download | homebrew-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.rb | 1 |
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" |
