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.
15 lines
304 B
Plaintext
15 lines
304 B
Plaintext
#
|
|
# Build set for autoconf, automake, and libtools.
|
|
#
|
|
|
|
%define release 1
|
|
|
|
#
|
|
# A magic internal path that would break if changes in the defaults.mc
|
|
# macro file are made.
|
|
#
|
|
%define _internal_autotools_path %{_tmppath}/sb-%{_uid}/${SB_PREFIX_CLEAN}
|
|
|
|
devel/autotools-internal.bset
|
|
devel/autotools-base.bset
|