git: be5d4fed1bd3 - main - emulators/qemu@guestagent: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 May 2023 19:26:30 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=be5d4fed1bd3c86cb9ea8cb8eb8be08d69be54b8
commit be5d4fed1bd3c86cb9ea8cb8eb8be08d69be54b8
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-07 14:47:34 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-07 19:26:16 +0000
emulators/qemu@guestagent: Fix build
PR: 271294
Reported by: julien.dlq@gmail.com
---
emulators/qemu/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 2adb2f7ce328..44a6135d5290 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -80,7 +80,7 @@ CONFIGURE_ARGS+= --enable-fdt=system \
.endif
.if ${FLAVOR:U} == tools || ${FLAVOR:U} == guestagent
CONFIGURE_ARGS+= --disable-attr \
- --disable-blobs \
+ --disable-install-blobs \
--disable-brlapi \
--disable-bzip2 \
--disable-cap-ng \