Change libarchive.rb to add xzutils dependency

parent 6826ac75
...@@ -10,6 +10,7 @@ class Libarchive < Package ...@@ -10,6 +10,7 @@ class Libarchive < Package
depends_on 'acl' depends_on 'acl'
depends_on 'attr' depends_on 'attr'
depends_on 'lz4' depends_on 'lz4'
depends_on 'xzutils' => :build
def self.build def self.build
system "./configure --prefix=/usr/local --disable-static" system "./configure --prefix=/usr/local --disable-static"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment