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

Update the glib version to 2.48.2 in order to fix build failure on newer gcc[0]. Force internal version of libpcre for glib, since otherwise the build failed, presumably since libpcre is not provided as a module (maybe it should?). Increasing the glib version further to the current latest was not tested. [0] CC libglib_2_0_la-gdate.lo ../../glib-2.39.3/glib/gdate.c: In function 'g_date_strftime': ../../glib-2.39.3/glib/gdate.c:2497:7: error: format not a string literal, format string not checked [-Werror=format-nonliteral] tmplen = strftime (tmpbuf, tmpbufsize, locale_format, &tm); ^~~~~~
25 lines
450 B
Plaintext
25 lines
450 B
Plaintext
#
|
|
# Build set for QEMU
|
|
#
|
|
|
|
%define release 1
|
|
|
|
#
|
|
# Name of the package.
|
|
#
|
|
package: qemu-%{qemu_version}-%{_host}-%{release}
|
|
|
|
#
|
|
# 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
|
|
devel/libiconv-1.14-1
|
|
devel/gettext-0.18.3.1-1
|
|
devel/libffi-3.0.13-1
|
|
devel/pixman-0.32.4-1
|
|
devel/glib-2.48.2-1
|
|
devel/qemu-git-1
|