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:
parent
30fb5e13ce
commit
57c99a285c
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue