aboutsummaryrefslogtreecommitdiff
path: root/libs/pthsem/patches/003-linux4x-fix.patch
Commit message (Collapse)AuthorAge
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* pthsem: Add linux 4.x to supported platformsFlorian Fainelli2017-04-01
Fixes the following build failures: pth_mctx.c: In function '__pth_mctx_set': pth_mctx.c:480:2: error: #error "Unsupported Linux (g)libc version and/or platform" #error "Unsupported Linux (g)libc version and/or platform" ^ Makefile:991: recipe for target 'pth_mctx.lo' failed Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>