From fb8e4ff99745798772b2298c811023a08c96d2d1 Mon Sep 17 00:00:00 2001 From: satmandu Date: Sat, 12 Jun 2021 22:16:11 -0400 Subject: [PATCH] fix libunbound for i686 (#5870) --- packages/libunbound.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/libunbound.rb b/packages/libunbound.rb index 71c101e05..037d60d14 100644 --- a/packages/libunbound.rb +++ b/packages/libunbound.rb @@ -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