aboutsummaryrefslogtreecommitdiffstats
path: root/main/python/musl-find_library.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/python: fix find_libraryNatanael Copa2016-01-231-2/+2
| | | | | | | Bad things happens When libc is dlopened with full path so we only return the filename without path with find_library. fixes #5038
* main/python: fix find_library with muslNatanael Copa2015-08-111-0/+43
ref #4512