summaryrefslogtreecommitdiffstats
path: root/rules/host-libffi.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2011-10-24 21:42:47 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-12-09 09:31:25 +0100
commita1a4e0a42033db8a28e072e5bf7e9c03c880b87b (patch)
treea4626e8b1b5e1ab2236c413dd67864609aebf0cd /rules/host-libffi.make
parent1b9f801bd00525fb30fe9249d8a5b843d68d1dbb (diff)
downloadptxdist-a1a4e0a42033db8a28e072e5bf7e9c03c880b87b.tar.gz
ptxdist-a1a4e0a42033db8a28e072e5bf7e9c03c880b87b.tar.xz
host-libffi: added
Glib > 3.0 needs libffi, so we need it for the hosttool as well. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules/host-libffi.make')
-rw-r--r--rules/host-libffi.make22
1 files changed, 22 insertions, 0 deletions
diff --git a/rules/host-libffi.make b/rules/host-libffi.make
new file mode 100644
index 000000000..d7362faa2
--- /dev/null
+++ b/rules/host-libffi.make
@@ -0,0 +1,22 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2011 by Robert Schwebel <r.schwebel@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_LIBFFI) += host-libffi
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_LIBFFI_CONF_TOOL := autoconf
+
+# vim: syntax=make