mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
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 <ashkan@jazayeri.net>
This commit is contained in:
@@ -29,7 +29,7 @@ define Package/yara
|
||||
URL:=http://virustotal.github.io/yara/
|
||||
MAINTAINER:=Marko Ratkaj <marko.ratkaj@sartura.hr>
|
||||
DEPENDS:= +libopenssl
|
||||
DEPENDS+= +YARA_module_magic:libmagic
|
||||
DEPENDS+= +YARA_module_magic:file
|
||||
DEPENDS+= +YARA_module_cuckoo:jansson
|
||||
MENU:=1
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user