diff options
| author | Mike McQuaid | 2014-12-28 14:01:42 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-12-28 14:01:42 +0000 |
| commit | 8860197c82b7b91a1e989227552846b512eb0cdf (patch) | |
| tree | 22bd7b6024e3cfd9bd290a7e28293c5921f79c78 /Library/Formula | |
| parent | d29afd91dd96e65c88992983738c512966083022 (diff) | |
| download | homebrew-8860197c82b7b91a1e989227552846b512eb0cdf.tar.bz2 | |
dpkg: links against xz.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/dpkg.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/dpkg.rb b/Library/Formula/dpkg.rb index 1c3caa7eb..b589c62da 100644 --- a/Library/Formula/dpkg.rb +++ b/Library/Formula/dpkg.rb @@ -12,6 +12,7 @@ class Dpkg < Formula depends_on "pkg-config" => :build depends_on "gnu-tar" + depends_on "xz" # Fixes the PERL_LIBDIR and MD5/SHA tool names & usage. Reported upstream: # https://lists.debian.org/debian-dpkg/2014/11/msg00024.html |
