[Forensics-changes] [yara] 18/160: Fix issue #258

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:29:13 UTC 2017


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

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

commit 4994a2cdff17e54b5e55507e494223abdca441dd
Author: Victor Manuel Alvarez <vmalvarez at virustotal.com>
Date:   Fri Feb 13 23:08:51 2015 +0100

    Fix issue #258
---
 yara-python/setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/yara-python/setup.py b/yara-python/setup.py
index 3397cf6..61f26ae 100644
--- a/yara-python/setup.py
+++ b/yara-python/setup.py
@@ -26,4 +26,5 @@ setup(name='yara-python',
         libraries=['yara'],
         include_dirs=['../libyara/include'],
         library_dirs=['../libyara/.libs'],
+        extra_compile_args=['-std=gnu99']
     )])

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