We do want the default patch behavior, not the -N one

This commit is contained in:
Francesco Mazzoli
2024-01-29 16:02:26 +00:00
parent 0a6a0c8f24
commit 9cf2931bc7
+1 -1
View File
@@ -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}