From 9d6c96324a0f4cbe69ca735ad3bc4f977d3c9677 Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Sun, 6 Mar 2022 05:34:30 +0100 Subject: 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. --- libfetch/meson.build | 1 - 1 file changed, 1 deletion(-) (limited to 'libfetch') 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( -- cgit v1.2.3-70-g09d2