179c382c06
Libfastjson is a fork of json-c, and a dependency of newer versions of rsyslog. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
454 B
Makefile
16 lines
454 B
Makefile
################################################################################
|
|
#
|
|
# libfastjson
|
|
#
|
|
################################################################################
|
|
|
|
LIBFASTJSON_VERSION = v0.99.2
|
|
LIBFASTJSON_SITE = $(call github,rsyslog,libfastjson,$(LIBFASTJSON_VERSION))
|
|
LIBFASTJSON_INSTALL_STAGING = YES
|
|
# From git
|
|
LIBFASTJSON_AUTORECONF = YES
|
|
LIBFASTJSON_LICENSE = MIT
|
|
LIBFASTJSON_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|