mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:19:06 +08:00
[liburing] Update to 2.7 (#40601)
This commit is contained in:
parent
891f84e6c1
commit
3b94582375
@ -9,5 +9,5 @@ index 686be4f..28d0a7f 100644
|
||||
- @$(MAKE) -C test
|
||||
- @$(MAKE) -C examples
|
||||
|
||||
.PHONY: all install default clean test
|
||||
.PHONY: FORCE cscope
|
||||
library:
|
||||
@$(MAKE) -C src
|
||||
|
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO axboe/liburing
|
||||
REF "liburing-${VERSION}"
|
||||
SHA512 e5ce61e80fe90f95128e62abfec7771912fe98674f7dbf5806ed61cb386adecedf495c50cb77b684f5b61f48deb44ccb4e3ba032613920213366132bbbc908db
|
||||
SHA512 c65146ee53defba4f9b752674be8489757f60be0855b361c6d1136119c74803351e5ccc8a1890c0777bfe61da4c0fd997230fc8817ff3929a7e2186b389cdc28
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
fix-configure.patch # ignore unsupported options, handle ENABLE_SHARED
|
||||
@ -13,6 +13,7 @@ vcpkg_from_github(
|
||||
vcpkg_configure_make(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
COPY_SOURCE
|
||||
DETERMINE_BUILD_TRIPLET
|
||||
OPTIONS
|
||||
[[--libdevdir=\${prefix}/lib]] # must match libdir
|
||||
)
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "liburing",
|
||||
"version": "2.6",
|
||||
"port-version": 1,
|
||||
"version": "2.7",
|
||||
"description": "Linux-native io_uring I/O access library",
|
||||
"homepage": "https://github.com/axboe/liburing",
|
||||
"license": "(MIT OR LGPL-2.1) AND (MIT OR (GPL-2.0 WITH Linux-syscall-note))",
|
||||
|
@ -5185,8 +5185,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"liburing": {
|
||||
"baseline": "2.6",
|
||||
"port-version": 1
|
||||
"baseline": "2.7",
|
||||
"port-version": 0
|
||||
},
|
||||
"libusb": {
|
||||
"baseline": "1.0.27",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "ad61eac7577882455b11c4347d77ece27a42256b",
|
||||
"version": "2.7",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "1eb251967045d5abea90234fe6d22e11516db11c",
|
||||
"version": "2.6",
|
||||
|
Loading…
Reference in New Issue
Block a user