Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/libxml2: fix pthreads patch for non-musl | Timo Teräs | 2013-09-27 | 1 | -49/+7 |
| | | | | | | the weak hack is needed if -lpthreads is separate library. so just differentiate with musl and non-musl with __GLIBC__ as an ugly hack. | ||||
* | main/libxml2: fix build against musl | Timo Teräs | 2013-09-27 | 1 | -0/+53 |
they have horrible hack to make pthread symbols weak, it's unneeded. patch from sabotage. |