benoitc b8860ef615 fix gunicorn when used with musl libc
find_library('c') doesn't work in Alpine Linux. This happen because musl has a simpler implementation of libc.

This patch fix it by extending ctypes.util.find_library to search the libs using LD_LIBRARY_PATH.

Patch is based on e3f67780aa

See also https://bugs.python.org/issue21622

fix #2160
2019-11-20 21:40:58 +01:00
..
2019-05-28 16:07:31 +03:00
2019-09-27 01:47:03 +02:00
2019-11-18 19:44:01 -05:00
2017-01-11 19:52:16 -08:00
2019-10-27 11:57:16 +01:00
2019-03-16 15:00:07 -07:00
2019-11-20 21:40:58 +01:00