emulators/qemu: Fix build with CAPSTONE

Reported by:	olgeni
This commit is contained in:
Muhammad Moinur Rahman 2022-09-11 06:24:13 -05:00
parent e14822a095
commit 3787177647

View File

@ -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