mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-08 03:40:34 -04:00
Closes: https://bugs.gentoo.org/800260 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
11 lines
352 B
Diff
11 lines
352 B
Diff
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -370,5 +370,6 @@
|
|
'update': UpdateCommand},
|
|
ext_modules=[Extension(
|
|
name='yara',
|
|
- include_dirs=['yara/libyara/include', 'yara/libyara/', '.'],
|
|
+ include_dirs=['/usr/include', 'yara/libyara/include', 'yara/libyara/', '.'],
|
|
+ libraries=['yara'],
|
|
sources=['yara-python.c'])])
|