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

(-)a/kvm-85-r1.ebuild (-2 / +1 lines)
Lines 85-92 Link Here
85
	[[ -x /sbin/paxctl ]] && \
85
	[[ -x /sbin/paxctl ]] && \
86
		sed -i 's/^VL_LDFLAGS=$/VL_LDFLAGS=-Wl,-z,execheap/' \
86
		sed -i 's/^VL_LDFLAGS=$/VL_LDFLAGS=-Wl,-z,execheap/' \
87
			qemu/Makefile.target
87
			qemu/Makefile.target
88
	# avoid strip
89
	sed -i 's/$(INSTALL) -m 755 -s/$(INSTALL) -m 755/' qemu/Makefile
90
88
91
	# Kernel patch; doesn't apply
89
	# Kernel patch; doesn't apply
92
	rm "${WORKDIR}/${PATCHSET}"/07_all_kernel-longmode.patch
90
	rm "${WORKDIR}/${PATCHSET}"/07_all_kernel-longmode.patch
Lines 116-121 Link Here
116
	use pulseaudio && audio_opts="pa $audio_opts"
114
	use pulseaudio && audio_opts="pa $audio_opts"
117
	use sdl && audio_opts="sdl $audio_opts"
115
	use sdl && audio_opts="sdl $audio_opts"
118
	conf_opts="$conf_opts --prefix=/usr"
116
	conf_opts="$conf_opts --prefix=/usr"
117
	conf_opts="$conf_opts --disable-strip"
119
	if has_multilib_profile && [[ "${DEFAULT_ABI}" == "x86" ]] ; then
118
	if has_multilib_profile && [[ "${DEFAULT_ABI}" == "x86" ]] ; then
120
		conf_opts="$conf_opts --arch=i686"
119
		conf_opts="$conf_opts --arch=i686"
121
	fi
120
	fi

Return to bug 268237