1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-26 05:08:21 +00:00
Files
operating-system/buildroot/package/libfastjson/libfastjson.mk
Pascal Vizeli b13086072c Update buildroot & docker (#25)
* Update docker & buildroot

* Fix

* fix versions
2018-05-28 14:58:22 +02:00

17 lines
508 B
Makefile

################################################################################
#
# libfastjson
#
################################################################################
LIBFASTJSON_VERSION = v0.99.8
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))