mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00

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.
17 lines
236 B
INI
17 lines
236 B
INI
#
|
|
# 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
|