diff --git a/net-proxy/squid/squid-6.14.ebuild b/net-proxy/squid/squid-6.14.ebuild index 40dfcf4b727ca..747c55f6c38c1 100644 --- a/net-proxy/squid/squid-6.14.ebuild +++ b/net-proxy/squid/squid-6.14.ebuild @@ -140,7 +140,8 @@ src_prepare() { sed -i -e 's:_LTDL_SETUP:LTDL_INIT([installable]):' \ libltdl/configure.ac || die - eautoreconf + # https://bugs.gentoo.org/956509 + AT_NO_RECURSIVE="yes" eautoreconf } src_configure() {