mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2026-05-04 16:59:37 -05:00
We do want the default patch behavior, not the -N one
This commit is contained in:
@@ -104,7 +104,7 @@ ExternalProject_Add(make_rocksdb
|
||||
# When we upgraded dev boxes to newer arch and therefore newer clang this was
|
||||
# needed. New RocksDB (e.g. 8.10.0) compiles out of the box, but we don't have
|
||||
# a great way to test this upgrade on the live cluster.
|
||||
PATCH_COMMAND patch -N -p1 < ${CMAKE_CURRENT_SOURCE_DIR}/rocksdb-stdint.diff
|
||||
PATCH_COMMAND patch -p1 < ${CMAKE_CURRENT_SOURCE_DIR}/rocksdb-stdint.diff
|
||||
PREFIX thirdparty/rocksdb
|
||||
UPDATE_COMMAND ""
|
||||
SOURCE_DIR ${make_rocksdb_SOURCE_DIR}
|
||||
|
||||
Reference in New Issue
Block a user