mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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:
+2
-2
@@ -42,8 +42,8 @@ endef
|
|||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--disable-dotnet \
|
--disable-dotnet \
|
||||||
$(if $(YARA_module_magic),--enable,--disable)-magic \
|
$(if $(CONFIG_YARA_module_magic),--enable,--disable)-magic \
|
||||||
$(if $(YARA_module_cuckoo),--enable,--disable)-cuckoo
|
$(if $(CONFIG_YARA_module_cuckoo),--enable,--disable)-cuckoo
|
||||||
|
|
||||||
define Package/yara/config
|
define Package/yara/config
|
||||||
source "$(SOURCE)/Config.in"
|
source "$(SOURCE)/Config.in"
|
||||||
|
|||||||
Reference in New Issue
Block a user