net-proxy/squid: use AT_NO_RECURSIVE

With slibtool and sltdl eautoreconf fails because the default
aclocal.m4 contains references to the vendored libltdl. This is because
upstream generates the sources with libltdl included in
AC_CONFIG_SUBDIRS, but then comments the line in configure.ac for
release.

Closes: https://bugs.gentoo.org/956509
Closes: https://github.com/gentoo/gentoo/pull/42236
Signed-off-by: orbea <orbea@riseup.net>
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
orbea
2025-05-23 20:23:30 -07:00
committed by Michael Orlitzky
parent 4aaa201b5c
commit a2e843d56a

View File

@@ -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() {