summaryrefslogtreecommitdiffstats
path: root/bare/config/devel/libtool-2.4.2-1.cfg
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-02-04 18:38:18 +1100
committerChris Johns <chrisj@rtems.org>2014-02-04 18:38:18 +1100
commit56e8d800550c88caa372f8119ec293d8899a35e0 (patch)
tree984cdffc184a1fab62d3799dd7579854ea9fb92b /bare/config/devel/libtool-2.4.2-1.cfg
parentsb: Do not assume the src is valid. (diff)
downloadrtems-source-builder-56e8d800550c88caa372f8119ec293d8899a35e0.tar.bz2
config: Add support to build qemu.
Qemu requires gettext, glib, libffi, and pixman. DTC is built as a submodule. On Mavrick provide a pkg-config command so avoid needing a pkgconfig. The one here is only just good enough to work. Provide an internal autotools build including libtool so qemu can be built from git.
Diffstat (limited to 'bare/config/devel/libtool-2.4.2-1.cfg')
-rw-r--r--bare/config/devel/libtool-2.4.2-1.cfg16
1 files changed, 16 insertions, 0 deletions
diff --git a/bare/config/devel/libtool-2.4.2-1.cfg b/bare/config/devel/libtool-2.4.2-1.cfg
new file mode 100644
index 0000000..cb72605
--- /dev/null
+++ b/bare/config/devel/libtool-2.4.2-1.cfg
@@ -0,0 +1,16 @@
+#
+# Libtool 2.4.2
+#
+
+%if %{release} == %{nil}
+%define release 1
+%endif
+
+%include %{_configdir}/base.cfg
+
+%define libtool_version 2.4.2
+
+#
+# The libtool build instructions. We use 2.xx Release 1.
+#
+%include %{_configdir}/libtool-2-1.cfg