summaryrefslogtreecommitdiffstats
path: root/rules/host-json-c.make
blob: b88b9e4443f677a6ee17c66666fd10b7bbe41136 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# -*-makefile-*-
#
# Copyright (C) 2019 by Bastian Krause <bst@pengutronix.de>
#
# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

#
# We provide this package
#
HOST_PACKAGES-$(PTXCONF_HOST_JSON_C) += host-json-c

# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------

#
# autoconf
#
HOST_JSON_C_CONF_TOOL	:= autoconf
HOST_JSON_C_CONF_OPT	:= \
	$(HOST_AUTOCONF) \
	--disable-threading \
	--disable-rdrand \
	--disable-static

# vim: syntax=make