From 5ca68c0cd300590022ed17a8d3acf56ccdd8536b Mon Sep 17 00:00:00 2001 From: Ashkan Jazayeri Date: Tue, 5 Jun 2018 22:29:00 +0430 Subject: [PATCH] yara: magic module dependancy fix Libmagic dependency replaced with File so Yara magic module can make use of magic patterns. magic.mgc is installed on the target only when the File package is selected. Signed-off-by: Ashkan Jazayeri --- utils/yara/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/yara/Makefile b/utils/yara/Makefile index bdaf69805..709d14728 100644 --- a/utils/yara/Makefile +++ b/utils/yara/Makefile @@ -29,7 +29,7 @@ define Package/yara URL:=http://virustotal.github.io/yara/ MAINTAINER:=Marko Ratkaj DEPENDS:= +libopenssl - DEPENDS+= +YARA_module_magic:libmagic + DEPENDS+= +YARA_module_magic:file DEPENDS+= +YARA_module_cuckoo:jansson MENU:=1 endef