yara: add missing config string
Missing CONFIG string added at the beginning of Magic and Cuckoo configure variables. Signed-off-by: Ashkan Jazayeri <ashkan@jazayeri.net>
This commit is contained in:
parent
1df7a521bb
commit
cdf1796f88
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue