Skip to content

Commit

Permalink
Update openssl for missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jam7 committed Jul 27, 2017
1 parent ceceb4b commit 8a3e007
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/openssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ class Openssl < Package
})

depends_on 'perl' => :build
depends_on 'diffutils' => :build
depends_on 'bc' => :build # required for `make test`
depends_on 'diffutils' => :build # required for `make test`
depends_on 'zlibpkg' => :build

def self.build
Expand Down

0 comments on commit 8a3e007

Please sign in to comment.