diff options
author | stf <7o5rfu92t@ctrlc.hu> | 2019-10-18 21:06:06 +0000 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2019-10-20 19:06:04 +0200 |
commit | 48c4334e08aedbe7dbeb1fb316a4c9fcb68149b3 (patch) | |
tree | 506afaf47f9840366711d58ad310010cbe17d884 /community/leptonica | |
parent | d64f90f395203a271ef84fdd3dde3cd35705a192 (diff) | |
download | aports-48c4334e08aedbe7dbeb1fb316a4c9fcb68149b3.tar.bz2 aports-48c4334e08aedbe7dbeb1fb316a4c9fcb68149b3.tar.xz |
community/capstone: fix search patch for python binding's lib
without this fix the following happens:
```
% python3 -m capstone
Traceback (most recent call last):
File "/usr/lib/python3.7/runpy.py", line 183, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/lib/python3.7/runpy.py", line 142, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "/usr/lib/python3.7/runpy.py", line 109, in _get_module_details
__import__(pkg_name)
File "/usr/lib/python3.7/site-packages/capstone/__init__.py", line 315, in <module>
raise ImportError("ERROR: fail to load the dynamic library.")
ImportError: ERROR: fail to load the dynamic library.
```
it also adds a -static subpkg
Diffstat (limited to 'community/leptonica')
0 files changed, 0 insertions, 0 deletions