diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-05-07 16:47:34 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-05-07 21:26:16 +0200 |
commit | be5d4fed1bd3c86cb9ea8cb8eb8be08d69be54b8 (patch) | |
tree | 7ae42bbd74cc95a5b22806f8087d1e5f875f5956 /emulators/qemu | |
parent | emulators/qemu-devel: Update version 7.2.0.20221221=>8.0.0.20230505 (diff) |
emulators/qemu@guestagent: Fix build
PR: 271294
Reported by: julien.dlq@gmail.com
Diffstat (limited to 'emulators/qemu')
-rw-r--r-- | emulators/qemu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |