diff options
-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 \ |