From 76ca4b0cee85c9121aacfd542694aa8ed51a4f04 Mon Sep 17 00:00:00 2001 From: Isaac Hutt Date: Fri, 29 Jun 2018 16:57:32 +0200 Subject: [PATCH] Add -llog --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 63643228a..69fda8842 100644 --- a/meson.build +++ b/meson.build @@ -95,7 +95,7 @@ if xapian_dep.found() pkg_requires += ['xapian-core'] endif -extra_libs = [] +extra_libs = ['-llog'] extra_cflags = '' if has_ctpp2_dep extra_libs += ctpp2_link_args