summaryrefslogtreecommitdiffstats
path: root/rules/host-libtasn1.make
blob: b78bc3f7a9e21d3cb5156d26794b0f600061d216 (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
31
32
33
34
35
36
37
38
39
# -*-makefile-*-
#
# Copyright (C) 2018 by Juergen Borleis <jbe@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_LIBTASN1) += host-libtasn1

#
# Paths and names
#
HOST_LIBTASN1_DIR	= $(HOST_BUILDDIR)/$(LIBTASN1)

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

#
# autoconf
#
HOST_LIBTASN1_CONF_TOOL	:= autoconf
HOST_LIBTASN1_CONF_OPT	:= \
	$(HOST_AUTOCONF) \
	$(GLOBAL_LARGE_FILE_OPTION) \
	--disable-doc \
	--disable-gtk-doc \
	--disable-gtk-doc-html \
	--disable-gtk-doc-pdf \
	--disable-valgrind-tests \
	--disable-gcc-warnings

# vim: syntax=make