[rocksdb] no absolute paths (#28178)

This commit is contained in:
autoantwort 2022-12-06 21:47:05 +01:00 committed by GitHub
parent f2c716e9f0
commit bbf89017a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 2 deletions

View File

@ -58,5 +58,7 @@ vcpkg_copy_pdbs()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
vcpkg_fixup_pkgconfig()
file(INSTALL "${SOURCE_PATH}/LICENSE.Apache" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
file(INSTALL "${SOURCE_PATH}/LICENSE.leveldb" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")

View File

@ -1,9 +1,10 @@
{
"name": "rocksdb",
"version": "7.7.3",
"port-version": 1,
"description": "A library that provides an embeddable, persistent key-value store for fast storage",
"homepage": "https://github.com/facebook/rocksdb",
"license": "GPL-2.0-only AND Apache-2.0",
"license": "GPL-2.0-only OR Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",

View File

@ -6654,7 +6654,7 @@
},
"rocksdb": {
"baseline": "7.7.3",
"port-version": 0
"port-version": 1
},
"rpclib": {
"baseline": "2.3.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "75a06574e71a8183f4ebce319c7cc23708cda756",
"version": "7.7.3",
"port-version": 1
},
{
"git-tree": "1b0ad6702e484372e6608e77d244a1f1d5cf9d1e",
"version": "7.7.3",