| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: prspkt <prspkt@protonmail.com>
|
|
|
|
|
|
| |
* Fix runtime dependencies.
Signed-off-by: prspkt <prspkt@protonmail.com>
|
| |
|
|
|
|
|
|
|
|
| |
On mips* dynamically imported symbol (here 'free') must be looked
up in its explicitly dlopen()ed module (here 'None' which means
the standard C library in cffi world). This change does not break
x86_64 at least and actually follows the cffi docs at
cdef.html#ffi-dlopen-loading-libraries-in-abi-mode
|
|
Needed for certbot
|