Remove libarchive from the blacklist, it's in core now
This commit is contained in:
parent
bb95660a4d
commit
2d50501c4e
@ -1,11 +1,8 @@
|
||||
def blacklisted? name
|
||||
case name.downcase
|
||||
when 'screen', /^rubygems?$/ then <<-EOS.undent
|
||||
when 'screen', /^rubygems?$/, 'libpcap' then <<-EOS.undent
|
||||
Apple distributes #{name} with OS X, you can find it in /usr/bin.
|
||||
EOS
|
||||
when 'libarchive', 'libpcap' then <<-EOS.undent
|
||||
Apple distributes #{name} with OS X, you can find it in /usr/lib.
|
||||
EOS
|
||||
when 'libiconv' then <<-EOS.undent
|
||||
Apple distributes #{name} with OS X, you can find it in /usr/lib.
|
||||
Some build scripts fail to detect it correctly, please check existing
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user