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

(-)/usr/portage/dev-lang/pike/pike-7.6.24.ebuild (+2 lines)
Lines 34-39 Link Here
34
	local myconf=""
34
	local myconf=""
35
	# ffmpeg is broken atm #110136
35
	# ffmpeg is broken atm #110136
36
	myconf="${myconf} --without-_Ffmpeg"
36
	myconf="${myconf} --without-_Ffmpeg"
37
	# bundles break RUNPATH
38
	myconf="${myconf} --without-bundles"
37
	# on hardened, disable runtime-generated code
39
	# on hardened, disable runtime-generated code
38
	# otherwise let configure work it out for itself
40
	# otherwise let configure work it out for itself
39
	use hardened && myconf="${myconf} --without-machine-code"
41
	use hardened && myconf="${myconf} --without-machine-code"

Return to bug 116795