libtool: revbump for the gcc update.

libtool hardcodes some internal gcc paths, which include the GCC version
information. Some applications can fail to build if these paths are
used. Revbumping libtool is enough for the recorded paths to be updated.

A proper solution is importing the fixes Debian applies:
ef64614b54/debian/rules (L115)

Also add comment to gcc template about the requirement.
This commit is contained in:
Érico Rolim 2021-02-08 00:09:45 -03:00 committed by Érico Nogueira Rolim
parent 30fb5e13ce
commit 57c99a285c
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
# Template file for 'gcc'
# Revbump libtool when updating gcc, since it hardcodes some internal compiler paths
# which use the version number.
_majorver=10
_minorver=${_majorver}.2
_patchver=${_minorver}.1

View File

@ -1,7 +1,7 @@
# Template file for 'libtool'
pkgname=libtool
version=2.4.6
revision=4
revision=5
build_style=gnu-configure
hostmakedepends="texinfo perl automake help2man xz"
depends="tar sed"