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

(-)qt4-build.eclass (-1 / +2 lines)
Lines 418-424 Link Here
418
	conf+=" $(in_iuse exceptions && qt_use exceptions || echo -exceptions)"
418
	conf+=" $(in_iuse exceptions && qt_use exceptions || echo -exceptions)"
419
419
420
	# disable RPATH on Qt >= 4.8 (bug 380415)
420
	# disable RPATH on Qt >= 4.8 (bug 380415)
421
	version_is_at_least 4.8 && conf+=" -no-rpath"
421
	# but leave it enabled on prefix (bug 417169)
422
	version_is_at_least 4.8 && use !prefix && conf+=" -no-rpath"
422
423
423
	# precompiled headers don't work on hardened, where the flag is masked
424
	# precompiled headers don't work on hardened, where the flag is masked
424
	conf+=" $(qt_use pch)"
425
	conf+=" $(qt_use pch)"

Return to bug 417169