mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Ports: Add a dependency on zlib to ntbtls
This commit is contained in:
parent
1cab2e54e1
commit
aad776048e
Notes:
sideshowbarker
2024-07-17 17:19:14 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/aad776048e Pull-request: https://github.com/SerenityOS/serenity/pull/13063 Reviewed-by: https://github.com/linusg ✅
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ version=0.2.0
|
|||
useconfigure=true
|
||||
use_fresh_config_sub=true
|
||||
config_sub_path=build-aux/config.sub
|
||||
depends=("libgpg-error" "libksba" "libgcrypt")
|
||||
depends=("libgpg-error" "libksba" "libgcrypt" "zlib")
|
||||
files="https://gnupg.org/ftp/gcrypt/ntbtls/ntbtls-${version}.tar.bz2 ntbtls-${version}.tar.bz2 649fe74a311d13e43b16b26ebaa91665ddb632925b73902592eac3ed30519e17"
|
||||
auth_type=sha256
|
||||
|
||||
|
|
Loading…
Reference in a new issue