aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoratkawa7 <atkawa7@yahoo.com>2017-06-21 16:43:02 -0700
committeratkawa7 <atkawa7@yahoo.com>2017-06-21 16:43:02 -0700
commit7a6d530a8c0b58d3b32b81acfd5f060675d2653d (patch)
tree093c73e519e513763973f433338c9fe892b4b2ff
parent0ed990fb8f97455024f537d27749212135a7f0e8 (diff)
downloadvcpkg-7a6d530a8c0b58d3b32b81acfd5f060675d2653d.tar.gz
vcpkg-7a6d530a8c0b58d3b32b81acfd5f060675d2653d.zip
fixed zlib debug ext, added gtest to deps
-rw-r--r--ports/rocksdb/CONTROL2
-rw-r--r--ports/rocksdb/portfile.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/rocksdb/CONTROL b/ports/rocksdb/CONTROL
index b6e231010..a9c879104 100644
--- a/ports/rocksdb/CONTROL
+++ b/ports/rocksdb/CONTROL
@@ -1,4 +1,4 @@
Source: rocksdb
Version: 5.4.6
Description: A library that provides an embeddable, persistent key-value store for fast storage
-Build-Depends: snappy, lz4, gflags, zlib
+Build-Depends: snappy, lz4, gflags, zlib, gtest
diff --git a/ports/rocksdb/portfile.cmake b/ports/rocksdb/portfile.cmake
index d6b71473a..f47c2fb19 100644
--- a/ports/rocksdb/portfile.cmake
+++ b/ports/rocksdb/portfile.cmake
@@ -33,7 +33,7 @@ LIST(APPEND ENV_REPLACE_LIST
"set(LZ4_LIB_RELEASE \${LZ4_HOME}/lib/lz4.lib)"
"set(ZLIB_HOME \${CURRENT_INSTALLED_DIR})"
"set(ZLIB_INCLUDE \${ZLIB_HOME}/include)"
- "set(ZLIB_LIB_DEBUG \${ZLIB_HOME}/debug/lib/zlib.lib)"
+ "set(ZLIB_LIB_DEBUG \${ZLIB_HOME}/debug/lib/zlibd.lib)"
"set(ZLIB_LIB_RELEASE \${ZLIB_HOME}/lib/zlib.lib)"
)
LIST(APPEND ENV_FIND_LIST