]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
client nitpick: it doesn't use libkres at all
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 4 Mar 2019 18:49:37 +0000 (19:49 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 12 Mar 2019 09:44:49 +0000 (10:44 +0100)
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.

client/meson.build

index 334f1b6d1a3b5d3cd8392b19b56dffe45d15780e..5c08c6c6e5ee10bdc7392802ce4a76bd9ee57896 100644 (file)
@@ -28,7 +28,6 @@ if build_client
     kresc_src,
     dependencies: [
       contrib_dep,
-      libkres_dep,
       libedit,
     ],
     install: true,