aboutsummaryrefslogtreecommitdiff
path: root/projects/yara
diff options
context:
space:
mode:
authorVictor M. Alvarez <plusvic@gmail.com>2018-02-08 16:35:37 +0100
committerAbhishek Arya <inferno@chromium.org>2018-02-08 07:35:37 -0800
commit44203d1a89f7f60201595ec027b2e563fc7cb71b (patch)
tree169bb48f4eb1f248da101b9f3ad7df60954fe297 /projects/yara
parent677d07f0c946d79e362a5986d5e8c4129dfe063d (diff)
downloadoss-fuzz-44203d1a89f7f60201595ec027b2e563fc7cb71b.tar.gz
[yara] Enable dex module (#1142)
Diffstat (limited to 'projects/yara')
-rwxr-xr-x[-rw-r--r--]projects/yara/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/yara/build.sh b/projects/yara/build.sh
index b92a8e37f..0eb3b8b40 100644..100755
--- a/projects/yara/build.sh
+++ b/projects/yara/build.sh
@@ -16,7 +16,7 @@
################################################################################
./bootstrap.sh
-./configure --enable-debug --without-crypto
+./configure --enable-debug --enable-dex --without-crypto
make clean
make -j$(nproc) all