[Forensics-changes] [yara] 351/407: python: Add explicit library path

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:28:44 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 73ebddb5f552576dfa5dfb18fc858f5787945198
Author: Hilko Bengen <bengen at hilluzination.de>
Date:   Sat Aug 30 13:01:12 2014 +0200

    python: Add explicit library path
    
    Python bindings should not be accidentally linked against an installed
    (possibly older) version of libyara.
---
 yara-python/setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/yara-python/setup.py b/yara-python/setup.py
index affbad0..3bd807e 100644
--- a/yara-python/setup.py
+++ b/yara-python/setup.py
@@ -25,4 +25,5 @@ setup(name='yara-python',
         sources=['yara-python.c'],
         libraries=['yara'],
         include_dirs=['../windows/include', '../libyara/include'],
+        library_dirs=['../libyara/.libs'],
     )])

-- 
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