From b28769c1fd61731b69c2b2c07098803e63ef12ba Mon Sep 17 00:00:00 2001 From: Chris Blades Date: Mon, 10 Apr 2017 10:26:40 -0400 Subject: [PATCH] Update README.md to include flags for yara ./configure call --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c38fbe..6716db5 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ git clone https://github.com/virustotal/yara.git cd yara git checkout tags/v3.5.0 ./bootstrap.sh -./configure +./configure --without-crypto CFLAGS=-fPIC make ```