|
|
@ -472,6 +472,11 @@ src_install() { |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
# Disable mprotect on the qemu binaries as they use JITs to be fast #459348 |
|
|
|
pushd "${ED}"/usr/bin >/dev/null |
|
|
|
pax-mark m "${softmmu_bins[@]}" "${user_bins[@]}" |
|
|
|
popd >/dev/null |
|
|
|
|
|
|
|
# Install config file example for qemu-bridge-helper |
|
|
|
insinto "/etc/qemu" |
|
|
|
doins "${FILESDIR}/bridge.conf" |
|
|
|