summaryrefslogtreecommitdiffstats
path: root/rules/host-libconfuse.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-06-12 16:53:14 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-06-14 13:40:25 +0200
commit4005c25cdba1c675c34cf1caff6c1c005e26ea2a (patch)
tree1d9f63b99d97bf3707b040d6b57190ee24311321 /rules/host-libconfuse.make
parentf91f86bf45df463a63b496edb17f7549f2fdedd9 (diff)
downloadptxdist-4005c25cdba1c675c34cf1caff6c1c005e26ea2a.tar.gz
ptxdist-4005c25cdba1c675c34cf1caff6c1c005e26ea2a.tar.xz
host-libconfuse: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-libconfuse.make')
-rw-r--r--rules/host-libconfuse.make29
1 files changed, 29 insertions, 0 deletions
diff --git a/rules/host-libconfuse.make b/rules/host-libconfuse.make
new file mode 100644
index 000000000..26ff6be0c
--- /dev/null
+++ b/rules/host-libconfuse.make
@@ -0,0 +1,29 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2012 by Michael Olbrich <m.olbrich@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_LIBCONFUSE) += host-libconfuse
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+HOST_LIBCONFUSE_CONF_TOOL := autoconf
+HOST_LIBCONFUSE_CONF_OPT := \
+ $(HOST_AUTOCONF) \
+ --disable-nls \
+ --enable-shared
+
+# vim: syntax=make