9ef2e28b7e4dddb3d5689a8d89871fc67225d438
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / liblogging / liblogging.mk
1 ################################################################################
2 #
3 # liblogging
4 #
5 ################################################################################
6
7 LIBLOGGING_VERSION = 1.0.5
8 LIBLOGGING_SITE = http://download.rsyslog.com/liblogging
9 LIBLOGGING_LICENSE = BSD-2c
10 LIBLOGGING_LICENSE_FILES = COPYING
11 LIBLOGGING_INSTALL_STAGING = YES
12 LIBLOGGING_CONF_OPTS = --enable-cached-man-pages
13
14 ifeq ($(BR2_INIT_SYSTEMD),y)
15 LIBLOGGING_CONF_OPTS += --enable-journal
16 LIBLOGGING_DEPENDENCIES += systemd
17 else
18 LIBLOGGING_CONF_OPTS += --disable-journal
19 endif
20
21 $(eval $(autotools-package))