summaryrefslogtreecommitdiff
path: root/net-proxy
diff options
context:
space:
mode:
authororbea <orbea@riseup.net>2025-05-23 20:23:30 -0700
committerMichael Orlitzky <mjo@gentoo.org>2025-08-04 19:58:51 -0400
commita2e843d56a93928dfd43586eac7df0ee42d63ca0 (patch)
tree963c9775413d6ff4951f29523bc489f754e88410 /net-proxy
parent4aaa201b5c53db660641eef9b77a25c9ddbaf65b (diff)
downloadgentoo-a2e843d56a93928dfd43586eac7df0ee42d63ca0.tar.gz
gentoo-a2e843d56a93928dfd43586eac7df0ee42d63ca0.tar.bz2
gentoo-a2e843d56a93928dfd43586eac7df0ee42d63ca0.zip
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>
Diffstat (limited to 'net-proxy')
-rw-r--r--net-proxy/squid/squid-6.14.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-proxy/squid/squid-6.14.ebuild b/net-proxy/squid/squid-6.14.ebuild
index 40dfcf4b727c..747c55f6c38c 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() {