From 66d8cd8e68caf36d208c263dd14950ea3db8a19d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 14 Aug 2020 07:18:46 +0200 Subject: [PATCH] qemu: fix build Modify the Makefile to work around an error https://build.voidlinux.org/builders/x86_64_builder/builds/26654/steps/shell_3/logs/stdio before running make install. --- srcpkgs/qemu/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/qemu/template b/srcpkgs/qemu/template index d1c70497473..1a6996264a2 100644 --- a/srcpkgs/qemu/template +++ b/srcpkgs/qemu/template @@ -80,6 +80,8 @@ do_install() { # Remove our strip(1) wrapper... E2BIG. rm -f ${XBPS_WRAPPERDIR}/strip + vsed -i Makefile -e 's;dtc/%:;dtc/libfdt:;' + make DESTDIR=${DESTDIR} install # qemu-bridge-helper must be setuid for non privileged users. chmod u+s ${DESTDIR}/usr/libexec/qemu-bridge-helper