summaryrefslogtreecommitdiffstats
path: root/rules/host-c-ares.make
diff options
context:
space:
mode:
authorClemens Gruber <clemens.gruber@pqgruber.com>2018-12-10 14:56:49 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-12-15 19:54:05 +0100
commitc017018b59b1ca603d951486e33199af16dfa9ca (patch)
treeb2805e92b85ccd1725e0df2c601cf6ecd7a72967 /rules/host-c-ares.make
parent84454d35a07d47988e4dd2ca45a8f145181ca2db (diff)
downloadptxdist-c017018b59b1ca603d951486e33199af16dfa9ca.tar.gz
ptxdist-c017018b59b1ca603d951486e33199af16dfa9ca.tar.xz
host-c-ares: new package
Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-c-ares.make')
-rw-r--r--rules/host-c-ares.make40
1 files changed, 40 insertions, 0 deletions
diff --git a/rules/host-c-ares.make b/rules/host-c-ares.make
new file mode 100644
index 000000000..2e36d5c00
--- /dev/null
+++ b/rules/host-c-ares.make
@@ -0,0 +1,40 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2018 by Clemens Gruber <clemens.gruber@pqgruber.com>
+#
+# 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_C_ARES) += host-c-ares
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+HOST_C_ARES_CONF_TOOL := autoconf
+HOST_C_ARES_CONF_OPT := \
+ $(HOST_AUTOCONF) \
+ --disable-debug \
+ --enable-optimize \
+ --enable-warnings \
+ --disable-werror \
+ --disable-curldebug \
+ --enable-symbol-hiding \
+ --disable-expose-statics \
+ --disable-code-coverage \
+ $(GLOBAL_LARGE_FILE_OPTION) \
+ --disable-libgcc \
+ --enable-nonblocking \
+ --disable-tests \
+ --with-random=/dev/urandom
+
+# vim: syntax=make