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

(-)qemu-kvm/qemu-kvm-0.15.0.ebuild (+3 lines)
Lines 181-186 Link Here
181
		conf_opts="${conf_opts} --disable-linux-user"
181
		conf_opts="${conf_opts} --disable-linux-user"
182
	fi
182
	fi
183
183
184
	# Prefer ./error.h over /usr/include/alsa/error.h, #379871
185
	conf_opts="${conf_opts} --extra-cflags=-I."
186
184
	# Fix QA issues. QEMU needs executable heaps and we need to mark it as such
187
	# Fix QA issues. QEMU needs executable heaps and we need to mark it as such
185
	conf_opts="${conf_opts} --extra-ldflags=-Wl,-z,execheap"
188
	conf_opts="${conf_opts} --extra-ldflags=-Wl,-z,execheap"
186
189

Return to bug 379871