From: Vladimír Čunát Date: Mon, 4 Mar 2019 18:49:37 +0000 (+0100) Subject: client nitpick: it doesn't use libkres at all X-Git-Tag: v4.0.0~24^2~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fbb7c0194323a0ead4ffe5e3f131ba41ff2f6e2b;p=thirdparty%2Fknot-resolver.git client nitpick: it doesn't use libkres at all And from contrib it only uses afmt. The result has the same size, in static release mode at least, as the linker is apparently clever. --- diff --git a/client/meson.build b/client/meson.build index 334f1b6d1..5c08c6c6e 100644 --- a/client/meson.build +++ b/client/meson.build @@ -28,7 +28,6 @@ if build_client kresc_src, dependencies: [ contrib_dep, - libkres_dep, libedit, ], install: true,