Commit 83bda195 authored by Ed Reel's avatar Ed Reel

Add libpsl dependency to wget package

Add libpsl to core_packages.txt
parent d9229737
...@@ -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