View | Details | Raw Unified
Collapse All | Expand All

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