xref: /OK3568_Linux_fs/buildroot/package/liblogging/liblogging.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1################################################################################
2#
3# liblogging
4#
5################################################################################
6
7LIBLOGGING_VERSION = 1.0.6
8LIBLOGGING_SITE = http://download.rsyslog.com/liblogging
9LIBLOGGING_LICENSE = BSD-2-Clause
10LIBLOGGING_LICENSE_FILES = COPYING
11LIBLOGGING_CPE_ID_VENDOR = adiscon
12LIBLOGGING_INSTALL_STAGING = YES
13LIBLOGGING_CONF_OPTS = --enable-cached-man-pages
14
15ifeq ($(BR2_INIT_SYSTEMD),y)
16LIBLOGGING_CONF_OPTS += --enable-journal
17LIBLOGGING_DEPENDENCIES += systemd
18else
19LIBLOGGING_CONF_OPTS += --disable-journal
20endif
21
22$(eval $(autotools-package))
23