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

(-)a/net-misc/openssh/openssh-8.3_p1-r5.ebuild (-2 / +1 lines)
Lines 304-310 src_configure() { Link Here
304
		# We apply the sctp patch conditionally, so can't pass --without-sctp
304
		# We apply the sctp patch conditionally, so can't pass --without-sctp
305
		# unconditionally else we get unknown flag warnings.
305
		# unconditionally else we get unknown flag warnings.
306
		$(use sctp && use_with sctp)
306
		$(use sctp && use_with sctp)
307
		$(use_with ldns ldns "${EPREFIX}"/usr)
307
		$(use_with ldns ldns "${EPREFIX}"/usr/$(get_libdir))
308
		$(use_with libedit)
308
		$(use_with libedit)
309
		$(use_with pam)
309
		$(use_with pam)
310
		$(use_with pie)
310
		$(use_with pie)
311
- 

Return to bug 744166