1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-02-28 13:47:37 +00:00
Files
operating-system/buildroot/package/libfastjson/libfastjson.mk
2018-03-17 23:47:00 +00:00

17 lines
508 B
Makefile

################################################################################
#
# libfastjson
#
################################################################################
LIBFASTJSON_VERSION = v0.99.4
LIBFASTJSON_SITE = $(call github,rsyslog,libfastjson,$(LIBFASTJSON_VERSION))
LIBFASTJSON_INSTALL_STAGING = YES
LIBFASTJSON_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
# From git
LIBFASTJSON_AUTORECONF = YES
LIBFASTJSON_LICENSE = MIT
LIBFASTJSON_LICENSE_FILES = COPYING
$(eval $(autotools-package))