Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 523962
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +4 lines)
Line  Link Here
0
-- a/openssh-6.6.1_p1-r3.ebuild
0
++ b/openssh-6.6.1_p1-r3.ebuild
Lines 153-158 src_prepare() { Link Here
153
		printf '#define SSH_RELEASE SSH_VERSION SSH_PORTABLE %s\n' "${macros}"
153
		printf '#define SSH_RELEASE SSH_VERSION SSH_PORTABLE %s\n' "${macros}"
154
	) > version.h
154
	) > version.h
155
155
156
	# Make sure hpn patch doesn't conflict with OpenSSH's 6.6.1 hotfix
157
	use hpn && sed -i 's/^#define SSH_BUG_LARGEWINDOW\t0x10000000/#define SSH_BUG_LARGEWINDOW\t0x20000000/' compat.h || die
158
156
	eautoreconf
159
	eautoreconf
157
}
160
}
158
161

Return to bug 523962