btrfs-progs: bump version to 4.8.3
[buildroot-gz.git] / package / liblogging / liblogging.mk
blob9ef2e28b7e4dddb3d5689a8d89871fc67225d438
1 ################################################################################
3 # liblogging
5 ################################################################################
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
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
21 $(eval $(autotools-package))