From b8b5278cfa62880eb552e160871acfd653a0d55a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 17 Mar 2014 12:42:22 +0100 Subject: [PATCH] liblogging: repair build. --- srcpkgs/liblogging/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/liblogging/template b/srcpkgs/liblogging/template index 1762bd5e28..ab1b82ca44 100644 --- a/srcpkgs/liblogging/template +++ b/srcpkgs/liblogging/template @@ -3,8 +3,9 @@ pkgname=liblogging version=1.0.2 revision=1 build_style=gnu-configure -configure_args="--disable-static" +configure_args="--disable-static --enable-cached-man-pages" hostmakedepends="pkg-config" +makedepends="systemd-devel" short_desc="Easy to use, portable, open source library for system logging" maintainer="Juan RP " license="LGPL-2.1"