summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kolesa <daniel@octaforge.org>2022-03-06 05:34:30 +0100
committerDaniel Kolesa <daniel@octaforge.org>2022-03-07 13:04:05 +0100
commit9d6c96324a0f4cbe69ca735ad3bc4f977d3c9677 (patch)
treea13851cdb0c749ac92ca2d28677b1caf9b90c618
parentc5d9aaa1ee02c81de4319fcb0f4fb83310aab351 (diff)
downloadapk-tools-9d6c96324a0f4cbe69ca735ad3bc4f977d3c9677.tar.gz
apk-tools-9d6c96324a0f4cbe69ca735ad3bc4f977d3c9677.tar.bz2
apk-tools-9d6c96324a0f4cbe69ca735ad3bc4f977d3c9677.tar.xz
apk-tools-9d6c96324a0f4cbe69ca735ad3bc4f977d3c9677.zip
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.
-rw-r--r--libfetch/meson.build1
-rw-r--r--portability/meson.build1
2 files changed, 0 insertions, 2 deletions
diff --git a/libfetch/meson.build b/libfetch/meson.build
index 18124f7..90e133b 100644
--- a/libfetch/meson.build
+++ b/libfetch/meson.build
@@ -38,7 +38,6 @@ libfetch = static_library(
'fetch',
libfetch_src,
c_args: libfetch_cargs,
- dependencies: static_deps,
)
libfetch_dep = declare_dependency(
diff --git a/portability/meson.build b/portability/meson.build
index a16cc77..ae8f6bc 100644
--- a/portability/meson.build
+++ b/portability/meson.build
@@ -24,7 +24,6 @@ if libportability_src.length() > 0
libportability = static_library(
'portability',
libportability_src,
- dependencies: static_deps,
)
libportability_dep = declare_dependency(