Commit fb8e4ff9 authored by satmandu's avatar satmandu Committed by GitHub

fix libunbound for i686 (#5870)

parent de63bcd9
...@@ -23,6 +23,8 @@ class Libunbound < Package ...@@ -23,6 +23,8 @@ class Libunbound < Package
x86_64: 'fe16753a6cb9a8c69cf759201f39dec701d29b9de75954c77a2225e32e7a3edc' x86_64: 'fe16753a6cb9a8c69cf759201f39dec701d29b9de75954c77a2225e32e7a3edc'
}) })
depends_on 'openssl' # On i686 openssl needs to be installed before libunbound.
def self.patch def self.patch
system 'filefix' system 'filefix'
end end
......
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