Skip to content

Commit

Permalink
make rocksdb build compatible with make 4.3 in centos 9
Browse files Browse the repository at this point in the history
Upstream commit ID: facebook/mysql-5.6@c3f1703
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary: Same as D46001904, 8.0 branch also needs to be compatible with make 4.3.

Differential Revision: D46003596

fbshipit-source-id: 0e4c40db437fda1928729ead1d4313d0fe2bd61c
  • Loading branch information
Weiran Lin authored and inikep committed Sep 25, 2024
1 parent e6c3bb6 commit ca3831a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/rocksdb/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ ELSE()
# get a list of rocksdb library source files
# run with env -i to avoid passing variables
EXECUTE_PROCESS(
COMMAND env -i CXX=${CMAKE_CXX_COMPILER} ${CMAKE_CURRENT_SOURCE_DIR}/get_rocksdb_files.sh ${ROCKSDB_FOLLY}
COMMAND env -i CXX=${CMAKE_CXX_COMPILER} PATH="/sbin:/usr/sbin:/bin:/usr/bin" ${CMAKE_CURRENT_SOURCE_DIR}/get_rocksdb_files.sh ${ROCKSDB_FOLLY}
OUTPUT_VARIABLE SCRIPT_OUTPUT
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
)
Expand Down

0 comments on commit ca3831a

Please sign in to comment.