Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 May 2023 19:26:30 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: be5d4fed1bd3 - main - emulators/qemu@guestagent: Fix build
Message-ID:  <202305071926.347JQUp9057307@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305071926.347JQUp9057307>