mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Add libpsl dependency to wget package
Add libpsl to core_packages.txt
This commit is contained in:
@@ -21,6 +21,7 @@ class Wget < Package
|
||||
})
|
||||
|
||||
depends_on 'gnutls'
|
||||
depends_on 'libpsl'
|
||||
|
||||
def self.build
|
||||
system './configure',
|
||||
|
||||
@@ -27,6 +27,7 @@ libffi
|
||||
libiconv
|
||||
libidn2
|
||||
libpipeline
|
||||
libpsl
|
||||
libsigsegv
|
||||
libssh2
|
||||
libtasn1
|
||||
|
||||
Reference in New Issue
Block a user