portability, fetch: drop static_deps dependencies

This is not actually needed, and it results in both static and
shared versions of zlib and openssl linked into libapk otherwise,
which is bad.
cute-signatures
Daniel Kolesa 2022-03-06 05:34:30 +01:00
parent c5d9aaa1ee
commit 9d6c96324a
2 changed files with 0 additions and 2 deletions

View File

@ -38,7 +38,6 @@ libfetch = static_library(
'fetch',
libfetch_src,
c_args: libfetch_cargs,
dependencies: static_deps,
)
libfetch_dep = declare_dependency(

View File

@ -24,7 +24,6 @@ if libportability_src.length() > 0
libportability = static_library(
'portability',
libportability_src,
dependencies: static_deps,
)
libportability_dep = declare_dependency(