From: Ashkan Jazayeri Date: Tue, 5 Jun 2018 17:56:42 +0000 (+0430) Subject: yara: add missing config string X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=cdf1796f88cf295b6a291f5d2dfba8a405d8ce61;p=openwrt-packages.git yara: add missing config string Missing CONFIG string added at the beginning of Magic and Cuckoo configure variables. Signed-off-by: Ashkan Jazayeri --- diff --git a/utils/yara/Makefile b/utils/yara/Makefile index a15f78f0e..bdaf69805 100644 --- a/utils/yara/Makefile +++ b/utils/yara/Makefile @@ -42,8 +42,8 @@ endef CONFIGURE_ARGS += \ --disable-dotnet \ - $(if $(YARA_module_magic),--enable,--disable)-magic \ - $(if $(YARA_module_cuckoo),--enable,--disable)-cuckoo + $(if $(CONFIG_YARA_module_magic),--enable,--disable)-magic \ + $(if $(CONFIG_YARA_module_cuckoo),--enable,--disable)-cuckoo define Package/yara/config source "$(SOURCE)/Config.in"