From: Ashkan Jazayeri Date: Tue, 5 Jun 2018 17:59:00 +0000 (+0430) Subject: yara: magic module dependancy fix X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5ca68c0cd300590022ed17a8d3acf56ccdd8536b;p=openwrt-packages.git 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 --- 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