mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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>
This commit is contained in:
@@ -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 \
|
||||
Reference in New Issue
Block a user