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

(-)a/net-misc/openssh/openssh-7.9_p1-r2.ebuild (-1 / +1 lines)
Lines 282-287 src_configure() { Link Here
282
		$(use_with ssl ssl-engine)
282
		$(use_with ssl ssl-engine)
283
		$(use_with !elibc_Cygwin hardening) #659210
283
		$(use_with !elibc_Cygwin hardening) #659210
284
	)
284
	)
285
	has -fno-stack-protector ${CFLAGS} && myconf+=( --without-stackprotect ) #616380
285
286
286
	# stackprotect is broken on musl x86
287
	# stackprotect is broken on musl x86
287
	use elibc_musl && use x86 && myconf+=( --without-stackprotect )
288
	use elibc_musl && use x86 && myconf+=( --without-stackprotect )
288
- 

Return to bug 616380