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

Collapse All | Expand All

(-)/usr/portage/app-misc/lirc/lirc-0.9.0.ebuild (-1 / +7 lines)
Lines 243-249 Link Here
243
	filter-flags -Wl,-O1
243
	filter-flags -Wl,-O1
244
244
245
	# force non-parallel make, Bug 196134
245
	# force non-parallel make, Bug 196134
246
	MAKEOPTS="${MAKEOPTS} -j1"
246
	# MAKEOPTS="${MAKEOPTS} -j1"
247
}
247
}
248
248
249
src_unpack() {
249
src_unpack() {
Lines 281-286 Link Here
281
	eautoreconf
281
	eautoreconf
282
}
282
}
283
283
284
src_compile() {
285
	econf ${ECONF_PARAMS} || "die configure failed"
286
	
287
	emake -j 1 || die "compile failed"
288
}
289
	
284
src_install() {
290
src_install() {
285
	emake DESTDIR="${D}" install || die "emake install failed"
291
	emake DESTDIR="${D}" install || die "emake install failed"
286
292

Return to bug 396653