summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2020-01-18 11:19:20 +0100
committerFabian Groffen <grobian@gentoo.org>2020-01-18 11:20:23 +0100
commitc0187f93bb969f52c05bd5bb5059ce43d3b4d2fd (patch)
treec197439427c12eaf7e9d4092d35d1a86d8a166f0 /app-portage/portage-utils
parentapp-misc/tmux: Stable for HPPA (diff)
downloadgentoo-c0187f93bb969f52c05bd5bb5059ce43d3b4d2fd.tar.gz
gentoo-c0187f93bb969f52c05bd5bb5059ce43d3b4d2fd.tar.bz2
gentoo-c0187f93bb969f52c05bd5bb5059ce43d3b4d2fd.zip
app-portage/portage-utils-0.84-r1: fix crash seen with qcheck
Closes: https://bugs.gentoo.org/705636 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-portage/portage-utils')
-rw-r--r--app-portage/portage-utils/portage-utils-0.84-r1.ebuild (renamed from app-portage/portage-utils/portage-utils-0.84.ebuild)7
1 files changed, 7 insertions, 0 deletions
diff --git a/app-portage/portage-utils/portage-utils-0.84.ebuild b/app-portage/portage-utils/portage-utils-0.84-r1.ebuild
index d1e5d7ff75ff..f6aff824f7a9 100644
--- a/app-portage/portage-utils/portage-utils-0.84.ebuild
+++ b/app-portage/portage-utils/portage-utils-0.84-r1.ebuild
@@ -60,6 +60,13 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
+src_prepare() {
+ default
+
+ # fix #705636, basically apply 2f917fee
+ sed -i -e '/free(name);/d' libq/tree.c || die
+}
+
src_configure() {
econf \
--disable-maintainer-mode \