mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[rocksdb] no absolute paths (#28178)
This commit is contained in:
parent
f2c716e9f0
commit
bbf89017a8
@ -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}")
|
||||
|
@ -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",
|
||||
|
@ -6654,7 +6654,7 @@
|
||||
},
|
||||
"rocksdb": {
|
||||
"baseline": "7.7.3",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"rpclib": {
|
||||
"baseline": "2.3.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "75a06574e71a8183f4ebce319c7cc23708cda756",
|
||||
"version": "7.7.3",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "1b0ad6702e484372e6608e77d244a1f1d5cf9d1e",
|
||||
"version": "7.7.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user