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

Collapse All | Expand All

(-)a/net-libs/nodejs/nodejs-13.6.0.ebuild (+5 lines)
Lines 125-130 src_configure() { Link Here
125
		--dest-cpu=${myarch} \
125
		--dest-cpu=${myarch} \
126
		$(use_with systemtap dtrace) \
126
		$(use_with systemtap dtrace) \
127
		"${myconf[@]}" || die
127
		"${myconf[@]}" || die
128
129
	if tc-ld-is-gold; then
130
		mv src/large_pages/ld.implicit.script{,ld.bfd} || die
131
		mv src/large_pages/ld.implicit.script{.ldd,} || die
132
	fi
128
}
133
}
129
134
130
src_compile() {
135
src_compile() {

Return to bug 704966