Commit a1562e17 authored by Chris Thurber's avatar Chris Thurber Committed by GitHub

Merge pull request #2719 from uberhacker/update-wget-package

Add libpsl dependency to wget package
parents 9764ff42 83bda195
...@@ -21,6 +21,7 @@ class Wget < Package ...@@ -21,6 +21,7 @@ class Wget < Package
}) })
depends_on 'gnutls' depends_on 'gnutls'
depends_on 'libpsl'
def self.build def self.build
system './configure', system './configure',
......
...@@ -27,6 +27,7 @@ libffi ...@@ -27,6 +27,7 @@ libffi
libiconv libiconv
libidn2 libidn2
libpipeline libpipeline
libpsl
libsigsegv libsigsegv
libssh2 libssh2
libtasn1 libtasn1
......
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