node-yara-rs

git clone git://archive.git.mtrnord.blog/MTRNord/node-yara-rs.git
Log | Files | Refs | README | LICENSE

commit 82351eed97f63dedad1c7fb3fe3e41349badc248
parent b55e1f53e729f7c0c1d9a057ab49e5377fe3348f
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 30 Sep 2023 18:34:06 +0200

Try disabling openssl requirement

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -28,6 +28,7 @@ yara: --enable-static \ --disable-shared \ --with-pic \ + --without-crypto \ --prefix=$(BASE)/build/yara cd $(BASE)/deps/yara-$(YARA) && make cd $(BASE)/deps/yara-$(YARA) && make install