summaryrefslogtreecommitdiffstats
path: root/rules/host-libcap-ng.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/host-libcap-ng.make')
-rw-r--r--rules/host-libcap-ng.make28
1 files changed, 28 insertions, 0 deletions
diff --git a/rules/host-libcap-ng.make b/rules/host-libcap-ng.make
new file mode 100644
index 000000000..f5baf7af8
--- /dev/null
+++ b/rules/host-libcap-ng.make
@@ -0,0 +1,28 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2013 by Marc Kleine-Budde <mkl@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_LIBCAP_NG) += host-libcap-ng
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+HOST_LIBCAP_NG_CONF_TOOL := autoconf
+HOST_LIBCAP_NG_CONF_OPT := \
+ $(HOST_AUTOCONF) \
+ --without-python
+
+# vim: syntax=make