update buildroot to 2017.02.11
This commit is contained in:
16
bsp/buildroot-2017.02.11/package/libfastjson/libfastjson.mk
Normal file
16
bsp/buildroot-2017.02.11/package/libfastjson/libfastjson.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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))
|
||||
Reference in New Issue
Block a user