aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-augeas/dlopen-libc-explicitly.patch
Commit message (Collapse)AuthorAgeFilesLines
* community/py-augeas: drop python2prspkt2019-09-101-32/+0
| | | | Signed-off-by: prspkt <prspkt@protonmail.com>
* community/py-augeas: fix crash on mips*alpine-mips-patches2019-03-051-0/+32
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