[app-emulation/qemu] fix

This commit is contained in:
Robert Förster 2014-07-01 09:40:59 +02:00
parent 1ba46ed898
commit fa5cf512de
1 changed files with 5 additions and 0 deletions

View File

@ -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"