[liburing] Set libdevdir (#32159)

This commit is contained in:
Kai Pastor 2023-06-22 22:50:07 +02:00 committed by GitHub
parent 7f40cd4c55
commit 1286cac875
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 1 deletions

View File

@ -13,6 +13,8 @@ vcpkg_from_github(
vcpkg_configure_make(
SOURCE_PATH "${SOURCE_PATH}"
COPY_SOURCE
OPTIONS
[[--libdevdir=\${prefix}/lib]] # must match libdir
)
vcpkg_install_make()
vcpkg_fixup_pkgconfig()

View File

@ -1,6 +1,7 @@
{
"name": "liburing",
"version": "2.3",
"port-version": 1,
"description": "Linux-native io_uring I/O access library",
"homepage": "https://github.com/axboe/liburing",
"license": "MIT OR LGPL-2.1 OR GPL-2.0",

View File

@ -4698,7 +4698,7 @@
},
"liburing": {
"baseline": "2.3",
"port-version": 0
"port-version": 1
},
"libusb": {
"baseline": "1.0.26.11791",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c51f4ef4488799a1c1389216ea8f7cec8be14b62",
"version": "2.3",
"port-version": 1
},
{
"git-tree": "0c8b60f54ff0c4e9a0ae2a1a2cbcf72e2cfeaf04",
"version": "2.3",