From 3787177647fd5d5ec7e4da3895db06c65e9a5619 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sun, 11 Sep 2022 06:24:13 -0500 Subject: [PATCH] emulators/qemu: Fix build with CAPSTONE Reported by: olgeni --- emulators/qemu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 9c8f7d367552..6fbfa513147d 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -139,7 +139,7 @@ USBREDIR_DESC= usb device network redirection (experimental!) VDE_DESC= vde dependency (for vde networking) X86_TARGETS_DESC= Build only x86 system targets CAPSTONE_LIB_DEPENDS= libcapstone.so:devel/capstone4 -CAPSTONE_CONFIGURE_ON= --enable-capstone=system \ +CAPSTONE_CONFIGURE_ON= --enable-capstone \ --extra-cflags=-I${LOCALBASE}/include/capstone CAPSTONE_CONFIGURE_OFF= --disable-capstone CURL_LIB_DEPENDS= libcurl.so:ftp/curl