summaryrefslogtreecommitdiffstats
path: root/rules/host-libtasn1.make
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2018-10-02 16:03:57 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-10-10 16:49:51 +0200
commit8ae9d418e6690366d32dc968c363cc56cb8381b5 (patch)
treef7e4fd48c1b1ad4d8f6c70a4ec09a40c958b4032 /rules/host-libtasn1.make
parent5199ebbce9c2c309dd04a0e88a722c7dd571581b (diff)
downloadptxdist-8ae9d418e6690366d32dc968c363cc56cb8381b5.tar.gz
ptxdist-8ae9d418e6690366d32dc968c363cc56cb8381b5.tar.xz
host-libtasn1: add new package for host tool usage
Manage ASN1 (Abstract Syntax Notation One) structures. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-libtasn1.make')
-rw-r--r--rules/host-libtasn1.make39
1 files changed, 39 insertions, 0 deletions
diff --git a/rules/host-libtasn1.make b/rules/host-libtasn1.make
new file mode 100644
index 000000000..b78bc3f7a
--- /dev/null
+++ b/rules/host-libtasn1.make
@@ -0,0 +1,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