Closes: https://bugs.gentoo.org/705374
Reported-by: Toralf Förster <toralf@gentoo.org>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Package-Manager: Portage-2.3.84, Repoman-2.3.11
eapply_user
eautoreconf
- # eautomake does not work because of borked source code of squidguard buildsystem
- # only needed to create install-sh and other missing stuff
- automake --no-force --add-missing --copy
+
+ # Workaround for missing install-sh, bug #705374
+ local amver=$(best_version sys-devel/automake)
+ amver=$(ver_cut 1-2 "${amver#sys-devel/automake-}")
+ cp -p "${BROOT}/usr/share/automake-${amver}/install-sh" . || die
}
src_configure() {