projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e392881
)
meson: fix build error of test-dnssec-complex
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Sun, 21 Mar 2021 04:58:12 +0000
(13:58 +0900)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Sun, 21 Mar 2021 12:18:44 +0000
(13:18 +0100)
Fixes #19065.
src/resolve/meson.build
patch
|
blob
|
history
diff --git
a/src/resolve/meson.build
b/src/resolve/meson.build
index 0392ad98742df9ad233e2389adf051c5ecca5a4e..e0568d71acab878041dc241c03a81167ee1cb8aa 100644
(file)
--- a/
src/resolve/meson.build
+++ b/
src/resolve/meson.build
@@
-210,9
+210,13
@@
tests += [
libgpg_error,
libm]],
- [['src/resolve/test-dnssec-complex.c',
- 'src/resolve/dns-type.c'],
- [], [], resolve_includes, '', 'manual'],
+ [['src/resolve/test-dnssec-complex.c'],
+ [libsystemd_resolve_core,
+ libshared],
+ [libgcrypt,
+ libgpg_error,
+ libm],
+ [], '', 'manual'],
]
fuzzers += [