Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 603860 Details for
Bug 705374
net-proxy/squidguard-1.6.0 : QA Notice: 'automake' called by src_prepare: net-proxy/squidguard-1.6.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-net-proxy-squidguard-Replace-automake-call.patch
0001-net-proxy-squidguard-Replace-automake-call.patch (text/plain), 1.20 KB, created by
Michał Górny
on 2020-01-21 15:58:11 UTC
(
hide
)
Description:
0001-net-proxy-squidguard-Replace-automake-call.patch
Filename:
MIME Type:
Creator:
Michał Górny
Created:
2020-01-21 15:58:11 UTC
Size:
1.20 KB
patch
obsolete
>From ec377631093cd690a32a3d265d81f8d9f95c7bec Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org> >Date: Tue, 21 Jan 2020 16:57:38 +0100 >Subject: [PATCH] net-proxy/squidguard: Replace automake call >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Closes: https://bugs.gentoo.org/705374 >Signed-off-by: MichaŠGórny <mgorny@gentoo.org> >--- > net-proxy/squidguard/squidguard-1.6.0.ebuild | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > >diff --git a/net-proxy/squidguard/squidguard-1.6.0.ebuild b/net-proxy/squidguard/squidguard-1.6.0.ebuild >index b826299c3770..ec21cdbe1a37 100644 >--- a/net-proxy/squidguard/squidguard-1.6.0.ebuild >+++ b/net-proxy/squidguard/squidguard-1.6.0.ebuild >@@ -51,9 +51,10 @@ src_prepare() { > > 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 >+ >+ 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() { >-- >2.25.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 705374
:
603216
|
603218
| 603860