Skip to content

Commit c3f1703

Browse files
Weiran Linfacebook-github-bot
authored andcommitted
make rocksdb build compatible with make 4.3 in centos 9
Summary: Same as D46001904, 8.0 branch also needs to be compatible with make 4.3. Differential Revision: D46003596 fbshipit-source-id: 0e4c40d
1 parent 8cc47c6 commit c3f1703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/rocksdb/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ELSE()
5252
# get a list of rocksdb library source files
5353
# run with env -i to avoid passing variables
5454
EXECUTE_PROCESS(
55-
COMMAND env -i ${CMAKE_SOURCE_DIR}/storage/rocksdb/get_rocksdb_files.sh ${ROCKSDB_FOLLY}
55+
COMMAND env -i PATH="/sbin:/usr/sbin:/bin:/usr/bin" ${CMAKE_SOURCE_DIR}/storage/rocksdb/get_rocksdb_files.sh ${ROCKSDB_FOLLY}
5656
OUTPUT_VARIABLE SCRIPT_OUTPUT
5757
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
5858
)

0 commit comments

Comments
 (0)