aboutsummaryrefslogtreecommitdiff
path: root/libs/liburing
Commit message (Collapse)AuthorAge
* liburing: Update to v2.1Christian Lachner2021-09-12
| | | | | | | - Updated download URL and hash - Make use of $(AUTORELEASE) for PKG_RELEASE Signed-off-by: Christian Lachner <gladiac@gmail.com>
* liburing: Update to v2.0Christian Lachner2021-03-13
| | | | | | - Updated download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* liburing: Update to v0.7Christian Lachner2020-07-12
| | | | | | | | | - Updated download URL and hash - Removed our include-patch as the problem was fixed upstream - Removed our MUSL-specific loff_t definition as liburing switched to off_t which is supported by MUSL out-of-the-box Signed-off-by: Christian Lachner <gladiac@gmail.com>
* liburing: Simplify CFLAGS assignment for MUSL targetsChristian Lachner2020-07-02
| | | | | | - Simplify the way we deal with additional CFLAGS for MUSL targets Signed-off-by: Christian Lachner <gladiac@gmail.com>
* liburing: Re-enable stack-protection for uClibc targetsChristian Lachner2020-07-02
| | | | | | | - Remove -fno-stack-protector for uClibc targets - Make TITLE a little nicer Signed-off-by: Christian Lachner <gladiac@gmail.com>
* liburing: new package: liburing v0.6Christian Lachner2020-06-30
- Add initial Makefile - Add patch to fix inttypes.h inclusion when __kernel_timespec is unavailable Signed-off-by: Christian Lachner <gladiac@gmail.com>