add liburing for swoole

This commit is contained in:
DubbleClick
2025-08-25 22:57:04 +07:00
parent 37e0f1d3f3
commit 2694dd9e21
5 changed files with 62 additions and 1 deletions

View File

@@ -846,6 +846,11 @@
"zstd",
"unixodbc"
],
"lib-suggests-linux": [
"zstd",
"unixodbc",
"liburing"
],
"ext-depends": [
"openssl",
"curl"

View File

@@ -925,5 +925,20 @@
"zstd.h",
"zstd_errors.h"
]
},
"liburing": {
"source": "liburing",
"pkg-configs": [
"liburing",
"liburing-ffi"
],
"static-libs-linux": [
"liburing.a",
"liburing-ffi.a"
],
"headers-linux": [
"liburing/",
"liburing.h"
]
}
}

View File

@@ -1136,5 +1136,14 @@
"type": "file",
"path": "LICENSE"
}
},
"liburing": {
"type": "ghtar",
"repo": "axboe/liburing",
"prefer-stable": true,
"license": {
"type": "file",
"path": "COPYING"
}
}
}