Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 591392 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/net-misc/openssh/openssh-7.3_p1-r1.ebuild (+6 lines)
Lines 157-162 src_prepare() { Link Here
157
	)
157
	)
158
	sed -i "${sed_args[@]}" configure{.ac,} || die
158
	sed -i "${sed_args[@]}" configure{.ac,} || die
159
159
160
	# 7.3 added seccomp support to MIPS, but failed to handled the N32
161
	# case.  This patch is temporary until upstream fixes.  See
162
	# Gentoo bug #591392 or upstream #2590.
163
	[[ ${CHOST} == mips64*-linux-* && ${ABI} == "n32" ]] \
164
		&& epatch "${FILESDIR}"/${PN}-7.3-mips-seccomp-n32.patch
165
160
	epatch_user #473004
166
	epatch_user #473004
161
167
162
	# Now we can build a sane merged version.h
168
	# Now we can build a sane merged version.h

Return to bug 591392