1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 18:55:29 +03:00
aports/testing/py3-yara/use-system-yara.patch
2020-05-12 07:17:05 +00:00

9 lines
352 B
Diff

--- a/setup.py.orig 2019-05-02 17:34:46.000000000 +0800
+++ b/setup.py 2019-05-07 08:20:20.841022106 +0800
@@ -325,5 +325,5 @@
'update': UpdateCommand},
ext_modules=[Extension(
name='yara',
- include_dirs=['yara/libyara/include', 'yara/libyara/', '.'],
+ libraries = ['yara'],
sources=['yara-python.c'])])