[app-emulation/qemu] fix
This commit is contained in:
parent
1ba46ed898
commit
fa5cf512de
@ -472,6 +472,11 @@ src_install() {
|
|||||||
fi
|
fi
|
||||||
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
|
# Install config file example for qemu-bridge-helper
|
||||||
insinto "/etc/qemu"
|
insinto "/etc/qemu"
|
||||||
doins "${FILESDIR}/bridge.conf"
|
doins "${FILESDIR}/bridge.conf"
|
||||||
|
Loading…
Reference in New Issue
Block a user