fix libunbound for i686 (#5870)

This commit is contained in:
satmandu
2021-06-12 22:16:11 -04:00
committed by GitHub
parent de63bcd974
commit fb8e4ff997

View File

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