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

Using md5 hashes will break the building of qemu.bset, so switch all involved hashes to sha256
18 lines
348 B
INI
18 lines
348 B
INI
#
|
|
# Libtool 2.4.2
|
|
#
|
|
|
|
%if %{release} == %{nil}
|
|
%define release 1
|
|
%endif
|
|
|
|
%include %{_configdir}/base.cfg
|
|
|
|
%define libtool_version 2.4.2
|
|
%hash sha256 libtool-%{libtool_version}.tar.gz b38de44862a987293cd3d8dfae1c409d514b6c4e794ebc93648febf9afc38918
|
|
|
|
#
|
|
# The libtool build instructions. We use 2.xx Release 1.
|
|
#
|
|
%include %{_configdir}/libtool-2-1.cfg
|