diff --git a/srcpkgs/gcc/template b/srcpkgs/gcc/template index 5417d8d87bb..c838403941c 100644 --- a/srcpkgs/gcc/template +++ b/srcpkgs/gcc/template @@ -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 diff --git a/srcpkgs/libtool/template b/srcpkgs/libtool/template index 1cdc2649b96..d8533aac5b6 100644 --- a/srcpkgs/libtool/template +++ b/srcpkgs/libtool/template @@ -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"