[app-emulation/qemu] fix

master
Robert Förster 9 years ago
parent 1ba46ed898
commit fa5cf512de

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

Loading…
Cancel
Save