Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 428716 | Differences between
and this patch

Collapse All | Expand All

(-)a/qemu-user-9999.ebuild (-3 / +6 lines)
Lines 80-87 Link Here
80
	sed -i 's/^\(C\|OP_C\|HELPER_C\)FLAGS=/\1FLAGS+=/' \
80
	sed -i 's/^\(C\|OP_C\|HELPER_C\)FLAGS=/\1FLAGS+=/' \
81
		Makefile Makefile.target
81
		Makefile Makefile.target
82
82
83
	EPATCH_SOURCE="${WORKDIR}/patches" EPATCH_SUFFIX="patch" \
83
	#EPATCH_SOURCE="${WORKDIR}/patches" EPATCH_SUFFIX="patch" \
84
	EPATCH_FORCE="yes" epatch
84
	#EPATCH_FORCE="yes" epatch
85
	epatch_user
85
}
86
}
86
87
87
src_configure() {
88
src_configure() {
Lines 94-106 Link Here
94
		user_targets="${user_targets} ${target}-linux-user"
95
		user_targets="${user_targets} ${target}-linux-user"
95
	done
96
	done
96
97
97
	conf_opts="--enable-linux-user --disable-strip"
98
	conf_opts=" --python=/usr/bin/python2"
99
	conf_opts+=" --enable-linux-user --disable-strip"
98
	conf_opts+=" --disable-bsd-user"
100
	conf_opts+=" --disable-bsd-user"
99
	conf_opts+=" --disable-system"
101
	conf_opts+=" --disable-system"
100
	conf_opts+=" --disable-vnc-tls"
102
	conf_opts+=" --disable-vnc-tls"
101
	conf_opts+=" --disable-curses"
103
	conf_opts+=" --disable-curses"
102
	conf_opts+=" --disable-sdl"
104
	conf_opts+=" --disable-sdl"
103
	conf_opts+=" --disable-vde"
105
	conf_opts+=" --disable-vde"
106
	conf_opts+=" --disable-bridge-helper"
104
	conf_opts+=" --prefix=/usr --disable-bluez --disable-kvm"
107
	conf_opts+=" --prefix=/usr --disable-bluez --disable-kvm"
105
	conf_opts+=" --cc=$(tc-getCC) --host-cc=$(tc-getBUILD_CC)"
108
	conf_opts+=" --cc=$(tc-getCC) --host-cc=$(tc-getBUILD_CC)"
106
	conf_opts+=" --disable-smartcard --disable-smartcard-nss"
109
	conf_opts+=" --disable-smartcard --disable-smartcard-nss"

Return to bug 428716