[Forensics-changes] [yara] 57/407: Use -lcrypto.

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:28:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag v3.3.0
in repository yara.

commit 8f3866ff9bb92492fd221129c298f3731c82b372
Author: Wesley Shields <wxs at atarininja.org>
Date:   Tue Sep 23 22:41:00 2014 -0400

    Use -lcrypto.
    
    I'm not happy with this change at all, but it does allow the build to work.
    
    I want to make this an optional thing, default to on. If it is off
    pe.imphash() should return UNDEFINED.
    
    I also want to scope this down a bit so yarac doesn't end up getting
    -lcrypto too.
    
    I imagine this will need to be revisited by someone with a better
    understanding of the build.
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 7b5447d..b525ae0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-AM_CFLAGS=-O3 -Wall -I$(srcdir)/libyara/include $(PTHREAD_CFLAGS)
+AM_CFLAGS=-O3 -Wall -I$(srcdir)/libyara/include -lcrypto $(PTHREAD_CFLAGS)
 
 # Build the library in the hand subdirectory first.
 SUBDIRS = libyara

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list